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
In OpenSearch Dashboards, the first object in a nested field array incorrectly displays all array values from adjacent objects. This issue does not occur when querying OpenSearch directly.
To Reproduce
Steps to reproduce the behavior:
Create an index test-nested-array with the following mapping:
Describe the bug
In OpenSearch Dashboards, the first object in a nested field array incorrectly displays all array values from adjacent objects. This issue does not occur when querying OpenSearch directly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The first object in the nested_test1 array should not include values from adjacent objects. The expected output is:
OpenSearch Version
2.15
Dashboards Version
2.15
Plugins
Security, Alerting,
Screenshots
Host/Environment (please complete the following information):
Additional context
This issue appears to be specific to OpenSearch Dashboards handling of nested/Object array fields in the JSON view.
The text was updated successfully, but these errors were encountered: