Skip to content

Commit

Permalink
Fix assistant plugin override issue and return dataSourceId in context (
Browse files Browse the repository at this point in the history
opensearch-project#1102)

Signed-off-by: Songkan Tang <songkant@amazon.com>
  • Loading branch information
songkant-aws authored Sep 20, 2024
1 parent 6dbdc2e commit 8369a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.0.0.0",
"opensearchDashboardsVersion": "3.0.0",
"configPath": ["opensearch_alerting"],
"optionalPlugins": ["dataSource", "dataSourceManagement"],
"optionalPlugins": ["dataSource", "dataSourceManagement", "assistantDashboards"],
"requiredPlugins": [
"uiActions",
"dashboard",
Expand All @@ -17,7 +17,6 @@
"opensearchDashboardsUtils",
"contentManagement"
],
"optionalPlugins": ["assistantDashboards"],
"server": true,
"ui": true,
"supportedOSDataSourceVersions": ">=2.13.0",
Expand Down
1 change: 1 addition & 0 deletions public/pages/Dashboard/utils/tableUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ export const alertColumns = (
dsl: dsl,
index: index,
},
dataSourceId: dataSourceQuery?.query?.dataSourceId,
};
};

Expand Down

0 comments on commit 8369a3d

Please sign in to comment.