diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 015610b9..2f6dbf92 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -2,8 +2,12 @@ "id": "alertingDashboards", "version": "2.18.0.0", "opensearchDashboardsVersion": "2.18.0", - "configPath": ["opensearch_alerting"], - "optionalPlugins": ["dataSource", "dataSourceManagement"], + "configPath": [ + "opensearch_alerting" + ], + "optionalPlugins": [ + "assistantDashboards" + ], "requiredPlugins": [ "uiActions", "dashboard", @@ -17,9 +21,10 @@ "opensearchDashboardsUtils", "contentManagement" ], - "optionalPlugins": ["assistantDashboards"], "server": true, "ui": true, "supportedOSDataSourceVersions": ">=2.13.0", - "requiredOSDataSourcePlugins": ["opensearch-alerting"] -} + "requiredOSDataSourcePlugins": [ + "opensearch-alerting" + ] +} \ No newline at end of file diff --git a/package.json b/package.json index ea185ed3..afe19eb6 100644 --- a/package.json +++ b/package.json @@ -68,4 +68,4 @@ "engines": { "yarn": "^1.21.1" } -} +} \ No newline at end of file