You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to index patterns page and create an index pattern pointing to .dashboards
After creating the index pattern attempt to view a config record
Notice multiple config.#### variables are marked "No Cached Mapping exists"
Refresh field list for the index pattern
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: