From dc1fe5bfcf2b23aae7d1bee3ce028cb5a082abf4 Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Fri, 21 Jun 2024 19:32:39 +0000 Subject: [PATCH 1/3] [Enhancements] add query enhancements plugin Signed-off-by: Kawika Avilla --- .../playground/helm/future/helm-opensearch-dashboards.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/playground/helm/future/helm-opensearch-dashboards.yaml b/config/playground/helm/future/helm-opensearch-dashboards.yaml index 9a2078c..4dc5b7d 100644 --- a/config/playground/helm/future/helm-opensearch-dashboards.yaml +++ b/config/playground/helm/future/helm-opensearch-dashboards.yaml @@ -154,10 +154,14 @@ config: opensearch_security.openid.client_secret: ${OPENID_CLIENT_SECRET} opensearch_security.openid.logout_url: ${OPENID_LOGOUT_URL} + data.enhancements.enabled: true + uiSettings: overrides: "theme:next": true "theme:darkMode": false + "query:enhancements:enabled": true + "query:dataSource:readOnly": false priorityClassName: "" @@ -243,4 +247,4 @@ extraObjects: [] # specify the external plugins to install plugins: enabled: true - installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/3.0.0/googleAnalytics-3.0.0.zip"] \ No newline at end of file + installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/3.0.0/googleAnalytics-3.0.0.zip","https://github.com/kavilla/queryEnhancements/releases/download/3.0.0/queryEnhancements-3.0.0.zip"] \ No newline at end of file From 44dceddb92927a376c4841fecd830c12306b781c Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Fri, 21 Jun 2024 21:44:08 +0000 Subject: [PATCH 2/3] update to 2.15.0 link Signed-off-by: Kawika Avilla --- config/playground/helm/future/helm-opensearch-dashboards.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/playground/helm/future/helm-opensearch-dashboards.yaml b/config/playground/helm/future/helm-opensearch-dashboards.yaml index 4dc5b7d..61e525c 100644 --- a/config/playground/helm/future/helm-opensearch-dashboards.yaml +++ b/config/playground/helm/future/helm-opensearch-dashboards.yaml @@ -247,4 +247,4 @@ extraObjects: [] # specify the external plugins to install plugins: enabled: true - installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/3.0.0/googleAnalytics-3.0.0.zip","https://github.com/kavilla/queryEnhancements/releases/download/3.0.0/queryEnhancements-3.0.0.zip"] \ No newline at end of file + installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/3.0.0/googleAnalytics-3.0.0.zip","https://github.com/kavilla/queryEnhancements/releases/download/2.15.0/queryEnhancements-2.15.0.zip"] \ No newline at end of file From 95fcc47ae1c70d02bf0bec59dc922af91473e98a Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Fri, 21 Jun 2024 23:42:42 +0000 Subject: [PATCH 3/3] include previous setting name Signed-off-by: Kawika Avilla --- config/playground/helm/future/helm-opensearch-dashboards.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/playground/helm/future/helm-opensearch-dashboards.yaml b/config/playground/helm/future/helm-opensearch-dashboards.yaml index 61e525c..fec96a8 100644 --- a/config/playground/helm/future/helm-opensearch-dashboards.yaml +++ b/config/playground/helm/future/helm-opensearch-dashboards.yaml @@ -161,6 +161,7 @@ config: "theme:next": true "theme:darkMode": false "query:enhancements:enabled": true + "query:dataSourceReadOnly": false "query:dataSource:readOnly": false priorityClassName: ""