We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ad06c commit 84552f9Copy full SHA for 84552f9
opensearch_dashboards.json
@@ -2,8 +2,13 @@
2
"id": "alertingDashboards",
3
"version": "2.17.0.0",
4
"opensearchDashboardsVersion": "2.17.0",
5
- "configPath": ["opensearch_alerting"],
6
- "optionalPlugins": ["dataSource", "dataSourceManagement"],
+ "configPath": [
+ "opensearch_alerting"
7
+ ],
8
+ "optionalPlugins": [
9
+ "dataSource",
10
+ "dataSourceManagement"
11
12
"requiredPlugins": [
13
"uiActions",
14
"dashboard",
@@ -20,5 +25,7 @@
20
25
"server": true,
21
26
"ui": true,
22
27
"supportedOSDataSourceVersions": ">=2.13.0",
23
- "requiredOSDataSourcePlugins": ["opensearch-alerting"]
24
-}
28
+ "requiredOSDataSourcePlugins": [
29
+ "opensearch-alerting"
30
+ ]
31
+}
0 commit comments