diff --git a/dashboards-plugins/.gitignore b/dashboards-plugins/.gitignore index 9787a0a..7be0929 100644 --- a/dashboards-plugins/.gitignore +++ b/dashboards-plugins/.gitignore @@ -13,3 +13,4 @@ securityAnalyticsDashboards/ mlCommonsDashboards/ assistantDashboards/ flowFrameworkDashboards/ +queryInsightsDashboards// diff --git a/plugins/.gitignore b/plugins/.gitignore index 9d776ad..c1ba158 100644 --- a/plugins/.gitignore +++ b/plugins/.gitignore @@ -23,3 +23,4 @@ /opensearch-system-templates/ /opensearch-remote-metadata-sdk/ /opensearch-learning-to-rank-base/ +/query-insights/ diff --git a/plugins/.meta b/plugins/.meta index 0879f4f..62e2d61 100644 --- a/plugins/.meta +++ b/plugins/.meta @@ -24,6 +24,7 @@ "sql": "git@github.com:opensearch-project/sql.git", "opensearch-system-templates": "git@github.com:opensearch-project/opensearch-system-templates.git", "opensearch-remote-metadata-sdk": "git@github.com:opensearch-project/opensearch-remote-metadata-sdk.git", - "opensearch-learning-to-rank-base": "git@github.com:opensearch-project/opensearch-learning-to-rank-base.git" + "opensearch-learning-to-rank-base": "git@github.com:opensearch-project/opensearch-learning-to-rank-base.git", + "query-insights": "git@github.com:opensearch-project/query-insights.git" } -} +} \ No newline at end of file