OpenSearch-Dashboards
OpenSearch-Dashboards copied to clipboard
📊 Open source visualization dashboards for OpenSearch.
**Is your feature request related to a problem? Please describe.** I tried to deploy multiple opensearch-dashboards instances. It worked and I can successfully login into the second dashboards webui, but...
### Description Draft pr to fix type error and still in progress, don't merge now ### Issues Resolved #3026 ## Screenshot ## Testing the changes ### Check List - [...
Task for https://github.com/opensearch-project/OpenSearch-Dashboards/issues/1660 PR: https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2334 Code owners and PR reviewers, can you help address this? @kristenTian @AMoo-Miki @zengyan-amazon @zhongnansu @noCharger ``` $ tsc --noEmit ... src/plugins/data_source/server/plugin.ts:88:44 - error TS2554: Expected...
### Description ### Issues Resolved ## Screenshot ## Testing the changes ## Changelog ### Check List - [ ] All tests pass - [ ] `yarn test:jest` - [ ]...
**Describe the bug** https://github.com/opensearch-project/OpenSearch-Dashboards/assets/2643715/6203ceda-7d30-48c5-964a-7e1d1a1e3835 **Expected behavior** I'm able to type whatever value I want and press start **OpenSearch Version** 2.13.0 **Dashboards Version** 2.13.0 **Plugins** Default docker container **Screenshots** ^^ **Host/Environment...
[BUG] For Selectable, popover does not close after selection, Also remove group label in the panel
**Describe the bug** For selectable, component popover would not close after selection. Also needs to remove group label in the panel and show options directly, **Current UI** **Expected UI**
**Is your feature request related to a problem? Please describe.** In https://github.com/opensearch-project/OpenSearch-Dashboards/issues/6439, we introduced error component to handle when there is http request. This component use the existing OUI components...
**Describe the bug** A saved search panel in a dashboard does not accurately display less than 5 objects when filters are applied. When one object should be present, nothing is...
This meta issue tracks the PR/Issues for security, bug fix and enhancement for dashboards anywhere for 2.15 ### RFC - [ ] #6410 ### Feature - [x] #6607 ### Issues...
Currently, the selected datasource is not a global concept. This means that each plugin has to manage its own selected datasource, which can be done either via session/local storage, internally...