OpenSearch-Dashboards
OpenSearch-Dashboards copied to clipboard
📊 Open source visualization dashboards for OpenSearch.
Backport c5b618c4360c18cdbe3994ddb73800b38461a72c from #6688.
### Description Enable with `data.enhancements.enabled: true` Allows for enhancing the data plugin UI service and search service. #### Remaining work * Address issue with time range being invalid if previous...
**What is the bug?** It was observed in 2.13.0 and previous other releases that this component manually signed off on the release for failing integration tests. See https://github.com/opensearch-project/opensearch-build/issues/4433#issuecomment-2026486279 The flakiness...
### Description Support compressing traffic with `opensearch.compression: true` or `opensearch.compress: 'gzip'`. Also, set compression in the Node server and OpenSearch traffic for CI. ### Issues Resolved https://github.com/opensearch-project/OpenSearch-Dashboards/issues/5296 ## Changelog -...
### Description * Fixes the column resize issue observed in https://github.com/opensearch-project/OpenSearch-Dashboards/issues/5671, which shows empty space on the right when drag the column. * Allow saved column width which is a...
### Description ### Issues Resolved ## Screenshot ## Testing the changes ### Check List - [ ] All tests pass - [ ] `yarn test:jest` - [ ] `yarn test:jest_integration`...
### Description This PR follows up https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6288 which can be used to duplicate saved objects among workspaces. Only UI change in this PR. ### Issues Resolved https://github.com/opensearch-project/OpenSearch-Dashboards/issues/6388 ## Screenshot https://github.com/opensearch-project/OpenSearch-Dashboards/assets/71875999/89fe15e1-c876-4f7c-b64a-77a5c550002c...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.7 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9 v3.1.8 Version 3.1.8 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic...
### Context Since 2.4.0, multiple data source feature is enabled as a core plugin(see RFC https://github.com/opensearch-project/OpenSearch-Dashboards/issues/1388 and PR https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2334). With multiple data source enabled, users of OpenSearch Dashboards are able...
**Describe the bug** Adding a dependency on @opensearch-dashboards-test/opensearch-dashboards-test-library is causing bootstrap issues for dashboards maps plugin. It seems that this dependency was introduced in this PR: https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5725. When bootstrapping the...