OpenSearch-Dashboards
OpenSearch-Dashboards copied to clipboard
📊 Open source visualization dashboards for OpenSearch.
**Is your feature request related to a problem? Please describe.** Currently when a user is viewing a large dashboard and has to scroll down, the search/filter bar scrolls out of...
**Describe the bug** Got `JSON.parse: expected ',' or '}' after property value in object at line 1 column 175 of the JSON data` when passing `"10080214256450617947,2031884987996059597,1"` **To Reproduce** Steps to...
**Describe the bug** When I use the following command: `yarn build` Inside a plugin folder, I get the following error: │ ERROR in ./public/index.scss?v7dark (/Users/myuser/Projects/OpenSearch-Dashboards/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-0-1!/Users/myuser/Projects/OpenSearch-Dashboards/node_modules/postcss-loader/dist/cjs.js??ref--6-oneOf-0-2!/Users/myuser/Projects/OpenSearch-Dashboards/node_modules/comment-stripper??ref--6-oneOf-0-3!/Users/myuser/Projects/OpenSearch-Dashboards/node_modules/sass-loader/dist/cjs.js??ref--6-oneOf-0-4!./public/index.scss?v7dark) │ Module Error (from /Users/myuser/Projects/OpenSearch-Dashboards/node_modules/sass-loader/dist/cjs.js):...
**Is your feature request related to a problem? Please describe.** My users keep asking me if it is possible to export data they see at their dashboard. When one use...
Inspired by @ZilongX 's comment on my PR https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5855#discussion_r1509419760 , we could add more validations to the string input. E.g max length special characters
### Problem Statement As of today, the [Time Series Visual Builder (TSVB)](https://opensearch.org/docs/2.12/dashboards/visualize/viz-index/#tsvb) - a data visualization tool in Dashboards - does not support remote data connections. However, Dashboards can connect...
### Problem Statement As of today, timeline visualization does not support remote data connections, which can be established using the [data source feature](https://opensearch.org/docs/latest/dashboards/management/data-sources/) ### Background OpenSearch Dashboards Timeline is a...
**Describe the bug** There are two failed tests for app link functional tests. ``` │2) application links │ app links │ handles hash in urls: │ │ │ Error: expected...
### Description From https://www.mend.io/vulnerability-database/CVE-2024-27088: ``` es5-ext contains ECMAScript 5 extensions. Passing functions with very long names or complex default argument names into `function#copy` or `function#toStringTokens` may cause the script to...
Signed-off-by: Suchit Sahoo ### Description Add documentation for telemetry services. ### Check List - [x] All tests pass - [x] `yarn test:jest` - [x] `yarn test:jest_integration` - [ ] New...