Skip to content

Commit cf60659

Browse files
Update configs and entrypoint for observability.query_assist.enabled in 2.13.0 (#4585)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 5dce365 commit cf60659

4 files changed

+10
-0
lines changed

config/opensearch_dashboards-2.x.yml

+4
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@
200200
# Set the value of this setting to true to enable the assistant dashboards
201201
# assistant.chat.enabled: false
202202

203+
# 2.13 New Query Assistant Feature
204+
# Set the value of this setting to false to disable the query assistant
205+
# observability.query_assist.enabled: false
206+
203207
opensearch.hosts: [https://localhost:9200]
204208
opensearch.ssl.verificationMode: none
205209
opensearch.username: kibanaserver

config/opensearch_dashboards-default.x.yml

+4
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@
200200
# Set the value of this setting to true to enable the assistant dashboards
201201
# assistant.chat.enabled: false
202202

203+
# 2.13 New Query Assistant Feature
204+
# Set the value of this setting to false to disable the query assistant
205+
# observability.query_assist.enabled: false
206+
203207
opensearch.hosts: [https://localhost:9200]
204208
opensearch.ssl.verificationMode: none
205209
opensearch.username: kibanaserver

docker/release/config/opensearch-dashboards/opensearch-dashboards-docker-entrypoint-2.x.sh

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ opensearch_dashboards_vars=(
167167
data_source.audit.appender.layout.pattern
168168
ml_commons_dashboards.enabled
169169
assistant.chat.enabled
170+
observability.query_assist.enabled
170171
)
171172

172173
function setupSecurityDashboardsPlugin {

docker/release/config/opensearch-dashboards/opensearch-dashboards-docker-entrypoint-default.x.sh

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ opensearch_dashboards_vars=(
167167
data_source.audit.appender.layout.pattern
168168
ml_commons_dashboards.enabled
169169
assistant.chat.enabled
170+
observability.query_assist.enabled
170171
)
171172

172173
function setupSecurityDashboardsPlugin {

0 commit comments

Comments
 (0)