OpenSearch-Dashboards
OpenSearch-Dashboards copied to clipboard
📊 Open source visualization dashboards for OpenSearch.
**Describe the bug** For the global tenant it is mandatory to give to the rol associated to the user the ReadOnly for the tenant and the _read_ permission to this...
**Describe the bug** The prop "hideLocalCluster" on DataSourceMenu has no effect. To replicate - set data_source.hideLocalCluster=true in dashboards config yml. Then, when rendering datasourcemenu, try to pass in hideLocalCluster =...
**Is your feature request related to a problem? Please describe.** Add test for data_source_multi_selectable **Describe the solution you'd like** Add test for data_source_multi_selectable **Describe alternatives you've considered** A clear and...
**Is your feature request related to a problem? Please describe.** Add test for data_source_item **Describe the solution you'd like** Add test for data_source_item **Describe alternatives you've considered** A clear and...
**Is your feature request related to a problem? Please describe.** Increase test coverage for data_source_error_menu **Describe the solution you'd like** Increase test coverage for data_source_error_menu **Describe alternatives you've considered** A...
Backport bce682778509865ef17923833879d82bc218df69 from #6678.
### Description This PR introduces Server Side batching of UI metric reports sent by clients to reduce the number of updates taking place at OpenSearch. ### Issues Resolved https://github.com/opensearch-project/OpenSearch-Dashboards/issues/6375 ##...
**Describe the bug** Derivative Unit field should not present in OpenSearch Query if unit field is not set in Visualisation **To Reproduce** Steps to reproduce the behaviour: 1. configure the...
**Is your feature request related to a problem? Please describe.** With workspace feature enabled, in the saved object management page, we should allow users to duplicate selected/all saved objects in...
**Describe the bug** The opensearch-dashboards app does not use the OIDC refresh token, despite having `refresh_tokens: true` in the config. This leads to a full page refresh every 5mins (as...