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
multiple type of sample visualizations, in different sample data set are not working, create the issue for each of them for tracking, since they each requires different fix
Describe the bug
Index pattern id is prefixed with data source id when added via add sample data page, see https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/plugins/home/server/services/sample_data/data_sets/util.ts#L70, however, only dashboards' reference is changed to use the new index pattern id, visualization reference is unchanged causing broken visualization with error in finding the index pattern which lacks the prefix
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Visualization added via add sample data should not break
OpenSearch Version
Please list the version of OpenSearch being used.
Dashboards Version
Please list the version of OpenSearch Dashboards being used.
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: