Skip to content

Commit

Permalink
Add Dashboards var for UI Metric Collectors (#4666)
Browse files Browse the repository at this point in the history
Signed-off-by: Suchit Sahoo <suchsah@amazon.com>
  • Loading branch information
LDrago27 committed May 1, 2024
1 parent 8666d29 commit a213aad
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/opensearch_dashboards-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@
# Set the value of this setting to false to disable the query assistant
# observability.query_assist.enabled: false

# 2.14 Enable Ui Metric Collectors in Usage Collector
# Set the value of this setting to true to enable UI Metric collections
# usageCollection.uiMetric.enabled: false

opensearch.hosts: [https://localhost:9200]
opensearch.ssl.verificationMode: none
opensearch.username: kibanaserver
Expand Down
4 changes: 4 additions & 0 deletions config/opensearch_dashboards-default.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@
# Set the value of this setting to false to disable the query assistant
# observability.query_assist.enabled: false

# 2.14 Enable Ui Metric Collectors in Usage Collector
# Set the value of this setting to true to enable UI Metric collections
# usageCollection.uiMetric.enabled: false

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 @@ -168,6 +168,7 @@ opensearch_dashboards_vars=(
ml_commons_dashboards.enabled
assistant.chat.enabled
observability.query_assist.enabled
usageCollection.uiMetric.enabled
)

function setupSecurityDashboardsPlugin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ opensearch_dashboards_vars=(
ml_commons_dashboards.enabled
assistant.chat.enabled
observability.query_assist.enabled
usageCollection.uiMetric.enabled
)

function setupSecurityDashboardsPlugin {
Expand Down

0 comments on commit a213aad

Please sign in to comment.