Skip to content

Commit 6c0ffa1

Browse files
authored
Query insights dashboard 2.19 (#5233)
Signed-off-by: Derek Ho <dxho@amazon.com>
1 parent ef7b72b commit 6c0ffa1

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

manifests/2.19.0/opensearch-dashboards-2.19.0.yml

+3
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@ components:
5858
- name: flowFrameworkDashboards
5959
repository: https://github.com/opensearch-project/dashboards-flow-framework.git
6060
ref: 2.x
61+
- name: queryInsightsDashboards
62+
repository: https://github.com/opensearch-project/query-insights-dashboards.git
63+
ref: 2.x

manifests/3.0.0/opensearch-3.0.0.yml

+6
Original file line numberDiff line numberDiff line change
@@ -254,3 +254,9 @@ components:
254254
platforms:
255255
- linux
256256
- windows
257+
- name: query-insights
258+
repository: https://github.com/opensearch-project/query-insights.git
259+
ref: main
260+
platforms:
261+
- linux
262+
- windows

manifests/3.0.0/opensearch-dashboards-3.0.0.yml

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ components:
5555
- name: alertingDashboards
5656
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
5757
ref: main
58+
- name: queryInsightsDashboards
59+
repository: https://github.com/opensearch-project/query-insights-dashboards.git
60+
ref: main
5861
# Commenting SA until https://github.com/opensearch-project/security-analytics-dashboards-plugin/issues/1185 is resolved
5962
# - name: securityAnalyticsDashboards
6063
# repository: https://github.com/opensearch-project/security-analytics-dashboards-plugin.git
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
baseDirPath=$(pwd)
22
gitBasePath=https://github.com/opensearch-project/
3-
gitRepos=OpenSearch,OpenSearch-Dashboards,alerting,alerting-dashboards-plugin,anomaly-detection,anomaly-detection-dashboards-plugin,asynchronous-search,common-utils,cross-cluster-replication,dashboards-reports,dashboards-visualizations,data-prepper,index-management,index-management-dashboards-plugin,job-scheduler,k-NN,opensearch-java,opensearch-js,opensearch-py,opensearch-dsl-py,performance-analyzer,performance-analyzer-rca,perftop,security,security-dashboards-plugin,sql,observability,opensearch-build,ml-commons,notifications,geospatial,dashboards-maps,neural-search,security-analytics,security-analytics-dashboards-plugin,dashboards-search-relevance,opensearch-migrations,sql-jdbc,sql-odbc,sql-cli,dashboards-query-workbench,dashboards-observability,dashboards-reporting,dashboards-notifications,opensearch-ai-flow-dashboards,dashboards-assistant,query-insights,dashboards-flow-framework,opensearch-system-templates,foundation-website,automation-app,user-behavior-insights,technical-steering,opensearch-remote-metadata-sdk
3+
gitRepos=OpenSearch,OpenSearch-Dashboards,alerting,alerting-dashboards-plugin,anomaly-detection,anomaly-detection-dashboards-plugin,asynchronous-search,common-utils,cross-cluster-replication,dashboards-reports,dashboards-visualizations,data-prepper,index-management,index-management-dashboards-plugin,job-scheduler,k-NN,opensearch-java,opensearch-js,opensearch-py,opensearch-dsl-py,performance-analyzer,performance-analyzer-rca,perftop,security,security-dashboards-plugin,sql,observability,opensearch-build,ml-commons,notifications,geospatial,dashboards-maps,neural-search,security-analytics,security-analytics-dashboards-plugin,dashboards-search-relevance,opensearch-migrations,sql-jdbc,sql-odbc,sql-cli,dashboards-query-workbench,dashboards-observability,dashboards-reporting,dashboards-notifications,opensearch-ai-flow-dashboards,dashboards-assistant,query-insights,query-insights-dashboards,dashboards-flow-framework,opensearch-system-templates,foundation-website,automation-app,user-behavior-insights,technical-steering,opensearch-remote-metadata-sdk

0 commit comments

Comments
 (0)