Skip to content

Commit

Permalink
feat: add experimental feature flag for dashboards-assistant plugin (#…
Browse files Browse the repository at this point in the history
…4362)

Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Co-authored-by: Peter Zhu <[email protected]>
  • Loading branch information
SuZhou-Joe and peterzhuamazon authored Jan 24, 2024
1 parent 982a6c7 commit 0fe9758
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/opensearch_dashboards-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@
# Set the value of this setting to true to enable the ml commons dashboards
# ml_commons_dashboards.enabled: false

# 2.12 New experimental Assistant Dashboards Feature
# Set the value of this setting to true to enable the assistant dashboards
# assistant.chat.enabled: false
# Set the value to the root agent name you setup up manually or through flow framework
# assistant.chat.rootAgentName: "Root agent"

opensearch.hosts: [https://localhost:9200]
opensearch.ssl.verificationMode: none
opensearch.username: kibanaserver
Expand Down
6 changes: 6 additions & 0 deletions config/opensearch_dashboards-default.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@
# Set the value of this setting to true to enable the ml commons dashboards
# ml_commons_dashboards.enabled: false

# 2.12 New experimental Assistant Dashboards Feature
# Set the value of this setting to true to enable the assistant dashboards
# assistant.chat.enabled: false
# Set the value to the root agent name you setup up manually or through flow framework
# assistant.chat.rootAgentName: "Root agent"

opensearch.hosts: [https://localhost:9200]
opensearch.ssl.verificationMode: none
opensearch.username: kibanaserver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ opensearch_dashboards_vars=(
data_source.audit.appender.layout.highlight
data_source.audit.appender.layout.pattern
ml_commons_dashboards.enabled
assistant.chat.enabled
assistant.chat.rootAgentName
)

function setupSecurityDashboardsPlugin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ opensearch_dashboards_vars=(
data_source.audit.appender.layout.highlight
data_source.audit.appender.layout.pattern
ml_commons_dashboards.enabled
assistant.chat.enabled
assistant.chat.rootAgentName
)

function setupSecurityDashboardsPlugin {
Expand Down

0 comments on commit 0fe9758

Please sign in to comment.