File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " observabilityDashboards" ,
3
- "version" : " 3.0.0.0-alpha1 " ,
3
+ "version" : " 3.0.0.0" ,
4
4
"opensearchDashboardsVersion" : " 3.0.0" ,
5
5
"server" : true ,
6
6
"ui" : true ,
26
26
" dataSource" ,
27
27
" dataSourceManagement"
28
28
],
29
- "configPath" : [" observability" ],
29
+ "configPath" : [
30
+ " observability"
31
+ ],
30
32
"supportedOSDataSourceVersions" : " >=2.9.0" ,
31
- "requiredOSDataSourcePlugins" : [" opensearch-sql" , " opensearch-observability" ]
32
- }
33
+ "requiredOSDataSourcePlugins" : [
34
+ " opensearch-sql" ,
35
+ " opensearch-observability"
36
+ ]
37
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " observability-dashboards" ,
3
- "version" : " 3.0.0.0-alpha1 " ,
3
+ "version" : " 3.0.0.0" ,
4
4
"main" : " index.ts" ,
5
5
"license" : " Apache-2.0" ,
6
6
"scripts" : {
82
82
" node_modules/*" ,
83
83
" target/*"
84
84
]
85
- }
85
+ }
You can’t perform that action at this time.
0 commit comments