From a12cb78d6f7b9cb0a1019d1fe1fd8c496a6d8f94 Mon Sep 17 00:00:00 2001 From: Yulong Ruan Date: Tue, 24 Sep 2024 10:59:01 +0800 Subject: [PATCH] remove unnecessary multiple data source doc link (#8308) Signed-off-by: Yulong Ruan --- docs/multi-datasource/high_level_design.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/multi-datasource/high_level_design.md b/docs/multi-datasource/high_level_design.md index f89bd3d0ff34..d4e9f460f912 100644 --- a/docs/multi-datasource/high_level_design.md +++ b/docs/multi-datasource/high_level_design.md @@ -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