Skip to content

Commit

Permalink
Merge branch 'main' into feat-update-sample-data-page
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglam committed Sep 24, 2024
2 parents e82adbe + c8c01fc commit c732708
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ https://www.quandl.com/api/v1/datasets/
https://code.google.com/p/v8/wiki/JavaScriptStackTraceApi
http:/adomas.org/javascript-mouse-wheel/
site.com
https://sites.google.com/site/murmurhash
2 changes: 2 additions & 0 deletions changelogs/fragments/8299.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- Expose datasets and data_frames directories for specific imports ([#8299](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8299))
2 changes: 0 additions & 2 deletions docs/multi-datasource/high_level_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ To support multiple data source in OpenSearch Dashboards, we will add “data so

With this new “data source” reference in index pattern, OpenSearch Dashboards users will need to first create data sources in OpenSearch Dashboards, then select a data source when creating index patterns. Then the visualization and dashboard creation experience will remain the same. Also for any other save object types, if they reference index-pattern, or reference any save object that references index-pattern. Retrieving data from data source will be supported out of the box.

- For OpenSearch Dashboards multiple data source user experience, refer to [OpenSearch Dashboards Multiple OpenSearch Data Source Support User Stories](https://quip-amazon.com/VXQ0AhpPs3gU)

- The OpenSearch Dashboards visualization rendering flow will look like following with multi-datasource support: ![image](./img/hld_vis_flow.png)

### Backward Compatibility
Expand Down
8 changes: 7 additions & 1 deletion src/plugins/data/opensearch_dashboards.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"ui": true,
"requiredPlugins": ["expressions", "uiActions"],
"optionalPlugins": ["usageCollection", "dataSource"],
"extraPublicDirs": ["common", "common/utils/abort_utils", "common/index_patterns/utils.ts"],
"extraPublicDirs": [
"common",
"common/utils/abort_utils",
"common/index_patterns/utils.ts",
"common/data_frames",
"common/datasets"
],
"requiredBundles": [
"usageCollection",
"opensearchDashboardsUtils",
Expand Down

0 comments on commit c732708

Please sign in to comment.