Skip to content

Commit

Permalink
Add missing plugins to meta (#210)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya authored Mar 1, 2023
1 parent 80afce6 commit 97c68a6
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 12 deletions.
17 changes: 10 additions & 7 deletions dashboards-plugins/.gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
queryWorkbenchDashboards/
alertingDashboards/
anomalyDetectionDashboards/
ganttChartDashboards/
indexManagementDashboards/
notificationsDashboards/
queryWorkbenchDashboards/
reportsDashboards/
securityDashboards/
traceAnalyticsDashboards/
dashboards-maps/
indexManagementDashboards/
anomalyDetectionDashboards/
reportsDashboards/
observabilityDashboards/
ganttChartDashboards/
searchRelevanceDashboards/
customImportMapDashboards/
securityAnalyticsDashboards/
mlCommonsDashboards/
9 changes: 6 additions & 3 deletions dashboards-plugins/.meta
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
"securityDashboards": "[email protected]:opensearch-project/security-dashboards-plugin",
"indexManagementDashboards": "[email protected]:opensearch-project/index-management-dashboards-plugin.git",
"anomalyDetectionDashboards": "[email protected]:opensearch-project/anomaly-detection-dashboards-plugin.git",
"reportsDashboards": "[email protected]:opensearch-project/dashboards-reports.git",
"observabilityDashboards": "[email protected]:opensearch-project/observability.git",
"reportsDashboards": "[email protected]:opensearch-project/dashboards-reporting.git",
"observabilityDashboards": "[email protected]:opensearch-project/dashboards-observability.git",
"ganttChartDashboards": "[email protected]:opensearch-project/dashboards-visualizations.git",
"customImportMapDashboards": "[email protected]:opensearch-project/dashboards-maps.git"
"searchRelevanceDashboards": "[email protected]:opensearch-project/dashboards-search-relevance.git",
"customImportMapDashboards": "[email protected]:opensearch-project/dashboards-maps.git",
"securityAnalyticsDashboards": "[email protected]:opensearch-project/security-analytics-dashboards-plugin.git",
"mlCommonsDashboards": "[email protected]:opensearch-project/ml-commons-dashboards.git"
}
}
5 changes: 4 additions & 1 deletion plugins/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
/observability/
/cross-cluster-replication/
/ml-commons/
/geospatial/
/opensearch-oci-object-storage/
/neural-search/
/geospatial/
/notifications/
/security-analytics/
5 changes: 4 additions & 1 deletion plugins/.meta
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"anomaly-detection": "[email protected]:opensearch-project/anomaly-detection.git",
"asynchronous-search": "[email protected]:opensearch-project/asynchronous-search.git",
"common-utils": "[email protected]:opensearch-project/common-utils.git",
"dashboards-reports": "[email protected]:opensearch-project/dashboards-reports.git",
"opensearch-reports": "[email protected]:opensearch-project/reporting.git",
"index-management": "[email protected]:opensearch-project/index-management.git",
"job-scheduler": "[email protected]:opensearch-project/job-scheduler.git",
"k-nn": "[email protected]:opensearch-project/k-nn.git",
Expand All @@ -16,6 +16,9 @@
"cross-cluster-replication": "[email protected]:opensearch-project/cross-cluster-replication.git",
"ml-commons": "[email protected]:opensearch-project/ml-commons.git",
"geospatial": "[email protected]:opensearch-project/geospatial.git",
"notifications": "[email protected]:opensearch-project/notifications.git",
"neural-search": "[email protected]:opensearch-project/neural-search.git",
"security-analytics": "[email protected]:opensearch-project/security-analytics.git",
"oci-object-storage": "[email protected]:opensearch-project/opensearch-oci-object-storage.git"
}
}

0 comments on commit 97c68a6

Please sign in to comment.