From f5f8b9e6b091ea159607a154eecc01473337e501 Mon Sep 17 00:00:00 2001 From: Hailong Cui Date: Fri, 31 May 2024 11:24:00 +0800 Subject: [PATCH] enable chatbot Signed-off-by: Hailong Cui --- config/opensearch_dashboards.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/opensearch_dashboards.yml b/config/opensearch_dashboards.yml index 34efda158473..8e723c048755 100644 --- a/config/opensearch_dashboards.yml +++ b/config/opensearch_dashboards.yml @@ -326,3 +326,6 @@ # Set the value to true to enable Ui Metric Collectors in Usage Collector # This publishes the Application Usage and UI Metrics into the saved object, which can be accessed by /api/stats?extended=true&legacy=true&exclude_usage=false # usageCollection.uiMetric.enabled: false + +observability.query_assist.enabled: true +assistant.chat.enabled: true