Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d5303a9

Browse files
committedAug 18, 2024·
Increment version to 3.0.0.0
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
1 parent 3203e43 commit d5303a9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

‎opensearch_dashboards.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"configPath": [
66
"anomaly_detection_dashboards"
77
],
8-
"optionalPlugins": ["dataSource","dataSourceManagement"],
8+
"optionalPlugins": [
9+
"dataSource",
10+
"dataSourceManagement"
11+
],
912
"requiredPlugins": [
1013
"opensearchDashboardsUtils",
1114
"expressions",
@@ -22,5 +25,7 @@
2225
"server": true,
2326
"ui": true,
2427
"supportedOSDataSourceVersions": ">=2.9.0",
25-
"requiredOSDataSourcePlugins": ["opensearch-anomaly-detection"]
28+
"requiredOSDataSourcePlugins": [
29+
"opensearch-anomaly-detection"
30+
]
2631
}

0 commit comments

Comments
 (0)
Please sign in to comment.