We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a656fc2 commit 2419e20Copy full SHA for 2419e20
opensearch_dashboards.json
@@ -4,9 +4,15 @@
4
"opensearchDashboardsVersion": "3.0.0",
5
"server": true,
6
"ui": true,
7
- "requiredPlugins": ["navigation"],
8
- "optionalPlugins": ["dataSource",
9
- "dataSourceManagement"],
+ "requiredPlugins": [
+ "navigation"
+ ],
10
+ "optionalPlugins": [
11
+ "dataSource",
12
+ "dataSourceManagement"
13
14
"supportedOSDataSourceVersions": ">=2.19.0",
- "requiredOSDataSourcePlugins": ["query-insights"]
-}
15
+ "requiredOSDataSourcePlugins": [
16
+ "query-insights"
17
+ ]
18
+}
package.json
@@ -65,4 +65,4 @@
65
"node_modules/*",
66
"target/*"
67
]
68
0 commit comments