diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 5f54f5ea..ce9afc0d 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -5,13 +5,21 @@ "server": true, "ui": true, "requiredBundles": [], - "requiredPlugins": ["navigation", "opensearchDashboardsUtils"], + "requiredPlugins": [ + "navigation", + "opensearchDashboardsUtils" + ], "optionalPlugins": [ "dataSource", "dataSourceManagement", "contentManagement" ], "supportedOSDataSourceVersions": ">=2.17.0 <4.0.0", - "requiredOSDataSourcePlugins": ["opensearch-ml", "opensearch-flow-framework"], - "configPath": ["flowFrameworkDashboards"] -} + "requiredOSDataSourcePlugins": [ + "opensearch-ml", + "opensearch-flow-framework" + ], + "configPath": [ + "flowFrameworkDashboards" + ] +} \ No newline at end of file