Skip to content

Commit

Permalink
Add multi data source dependencies plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Junqiu Lei <[email protected]>
  • Loading branch information
junqiu-lei committed Oct 9, 2024
1 parent 7d1b002 commit c76961d
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
{
"id": "customImportMapDashboards",
"version": "3.0.0.0",
"opensearchDashboardsVersion": "3.0.0",
"server": true,
"ui": true,
"requiredPlugins": ["regionMap", "opensearchDashboardsReact", "opensearchDashboardsUtils", "navigation", "savedObjects", "data", "embeddable", "visualizations"],
"optionalPlugins": ["home"]
}
"id": "customImportMapDashboards",
"version": "3.0.0.0",
"opensearchDashboardsVersion": "3.0.0",
"server": true,
"ui": true,
"requiredPlugins": [
"regionMap",
"opensearchDashboardsReact",
"opensearchDashboardsUtils",
"navigation",
"savedObjects",
"data",
"embeddable",
"visualizations"
],
"optionalPlugins": [
"home",
"dataSource",
"dataSourceManagement"
]
}

0 comments on commit c76961d

Please sign in to comment.