diff --git a/manifests/2.19.0/opensearch-dashboards-2.19.0-test.yml b/manifests/2.19.0/opensearch-dashboards-2.19.0-test.yml index aece30153d..f07b5141fe 100644 --- a/manifests/2.19.0/opensearch-dashboards-2.19.0-test.yml +++ b/manifests/2.19.0/opensearch-dashboards-2.19.0-test.yml @@ -98,3 +98,8 @@ components: test-configs: - with-security - without-security + - name: queryInsightsDashboards + integ-test: + test-configs: + - with-security + - without-security diff --git a/manifests/3.0.0/opensearch-3.0.0-test.yml b/manifests/3.0.0/opensearch-3.0.0-test.yml index da8276984e..a02a6b03f1 100644 --- a/manifests/3.0.0/opensearch-3.0.0-test.yml +++ b/manifests/3.0.0/opensearch-3.0.0-test.yml @@ -158,3 +158,9 @@ components: additional-cluster-configs: opensearch.experimental.feature.application_templates.enabled: true cluster.application_templates.enabled: true + + - name: query-insights + integ-test: + test-configs: + - with-security + - without-security diff --git a/manifests/3.0.0/opensearch-dashboards-3.0.0-test.yml b/manifests/3.0.0/opensearch-dashboards-3.0.0-test.yml index aece30153d..f07b5141fe 100644 --- a/manifests/3.0.0/opensearch-dashboards-3.0.0-test.yml +++ b/manifests/3.0.0/opensearch-dashboards-3.0.0-test.yml @@ -98,3 +98,8 @@ components: test-configs: - with-security - without-security + - name: queryInsightsDashboards + integ-test: + test-configs: + - with-security + - without-security