Skip to content

Commit

Permalink
Add Dashboards var for UI Metric Collectors
Browse files Browse the repository at this point in the history
Signed-off-by: Suchit Sahoo <suchsah@amazon.com>
  • Loading branch information
LDrago27 committed Apr 30, 2024
1 parent 4aa051e commit 1c7ee3b
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

Check failure on line 208 in config/opensearch_dashboards-2.x.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

208:72 [trailing-spaces] trailing spaces
# 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

Check failure on line 208 in config/opensearch_dashboards-default.x.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

208:72 [trailing-spaces] trailing spaces
# 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 1c7ee3b

Please sign in to comment.