OpenSearch-Dashboards
OpenSearch-Dashboards copied to clipboard
📊 Open source visualization dashboards for OpenSearch.
Backport 4b78b3625327ae81c495c7e8feb7af396e11df0d from #7025. ## Changelog - skip
**Describe the bug** In src/plugins/discover/public/application/components/doc_views/context/api/anchor.ts, `fetchAnchor` function returns the following ``` return { ...doc, isAnchor: true, } as OpenSearchHitRecord; ``` It has type error `Types of property 'sort' are incompatible.Type...
Tasks - [ ] Polish error message to be `data_source_name is not supported. Contact your administrator to start using multiple data sources` when data source feature is not enabled ...
**Describe the bug** During migration I'm getting `Detected mapping change in \"properties.homepage\"` error. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
We were using E.S & Kibana and now planning to move to opensearch. I have found that there is no Spaces concept in Opensearch Dashboards same as Kibana. Could you...
I look that you introduce workspace concept in goal to replace Tenant on Opensearch Dashboard 2.14. Can you document it somewhere and especially can you document the API to handle...
**Describe the bug** Sorting is not working correctly in TSVB visualization after changing global filter **To Reproduce** Steps to reproduce the behavior: 1. Add eCommerce sample data 2. Create TSVB...
**Describe the bug** script fields and scripts in aggregations links in index pattern management page opens incorrect links **To Reproduce** Steps to reproduce the behavior: 1. Add Web log sample...
OpenSearch Dashboards provides tools to help you visualize and explore your data. The **Visualization Builder** aims to make it faster and more intuitive for you create and modify visualizations on...
Backport 0db58488a5b629c4d45d6762a289dc1df4a33951 from #6983.