OpenSearch-Dashboards
OpenSearch-Dashboards copied to clipboard
📊 Open source visualization dashboards for OpenSearch.
test PR
Signed-off-by: kaddy645 ### Description Test PR- snapshot failing ### Issues Resolved [List any issues this PR will resolve] ### Check List - [ ] New functionality includes testing. - [...
Signed-off-by: Yibo Wang ### Description Optimization for credential listing page - [x] Delete button layout and text cases (Singular VS Plural) - [x] Confirmation pops up after delete button clicking....
be able to CRUD credential to support multiple datasource  Temporal tasks break down table with rough estimation. Will update the dates afterwards with more contexts. - [x] #1804 -...
Data source and credential are references to other saved objects however can be deleted, therefore proper mechanism should be investigated, for example: - Validation before perform deletion - Bubble up...
increment from 2.2 to 2.3 ### Check List - [ ] New functionality includes testing. - [x] All tests pass - [ ] `yarn test:jest` - [ ] `yarn test:jest_integration`...
Signed-off-by: Zhongnan Su ### Description - Create data source plugin context class that contains the interface to retrieve a client by datasource id. - Register data source plugin context to...
**Is your feature request related to a problem? Please describe.** As for now, OpenSearch Dashboards supports many types of authentications including Basic, OIDC, SAML, LDAP, Proxy and Client-Certificate based authentication....
**Describe the bug** The application doesn't start with nodejs version 14.20.0 **To Reproduce** Upgrade nodejs to version 14.20.0 and run the application. **Expected behavior** The application should start. **OpenSearch Version**...
### Description Resolve bug the application doesn't start with nodejs version 14.20.0 ### Issues Resolved [BUG] Doesn't start with nodejs 14.20.0 #2088
* open this issue to track deangularize vis table. will add up more concepts here # What is table visualization The vis_type_table is the data table visualization. It is used...