Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Opensearch Index Pattern Refresh Field List cannot handle nested fields #9580

Open
jhenley-icr-team opened this issue Mar 20, 2025 · 0 comments
Labels
bug Something isn't working untriaged

Comments

@jhenley-icr-team
Copy link

Describe the bug

When attempting to look at data that may contain multiple fields within the json, ex
"config": {
"buildNum": 9007199254740991,
"defaultIndex": "d3d7af60-4c81-11e8-b3d7-01146121b73d"
},
The Opensearch refresh field list fails to find any of the nested fields other than the first. Making it impossible to filter on those values.

To Reproduce
Steps to reproduce the behavior:

  1. Go to index patterns page and create an index pattern pointing to .dashboards
  2. After creating the index pattern attempt to view a config record
  3. Notice multiple config.#### variables are marked "No Cached Mapping exists"
  4. Refresh field list for the index pattern
  5. Go back to discover and notice the multiple config.#### variables are marked "No Cached Mapping exists" issue is still present

Expected behavior
The refresh index pattern mapping should be able to handle multiple fields being nested, to allow users to see their types and filter on them.

OpenSearch Version
2.18.0

Dashboards Version
2.18.0

Plugins
None

Screenshots

Image
Image

@jhenley-icr-team jhenley-icr-team added bug Something isn't working untriaged labels Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
Development

No branches or pull requests

1 participant