diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 9067bda7..c97410cf 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -2,8 +2,14 @@ "id": "alertingDashboards", "version": "3.0.0.0", "opensearchDashboardsVersion": "3.0.0", - "configPath": ["opensearch_alerting"], - "optionalPlugins": ["dataSource", "dataSourceManagement", "assistantDashboards"], + "configPath": [ + "opensearch_alerting" + ], + "optionalPlugins": [ + "dataSource", + "dataSourceManagement", + "assistantDashboards" + ], "requiredPlugins": [ "uiActions", "dashboard", @@ -20,5 +26,7 @@ "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 4e0c531c..63181a92 100644 --- a/package.json +++ b/package.json @@ -68,4 +68,4 @@ "engines": { "yarn": "^1.21.1" } -} +} \ No newline at end of file