From be7a9d4fcf230e0bed31210f1958eca59a5de9c3 Mon Sep 17 00:00:00 2001 From: alicejw Date: Fri, 20 May 2022 17:27:47 -0700 Subject: [PATCH] small fixes Signed-off-by: alicejw --- _dashboards/search-telemetry.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_dashboards/search-telemetry.md b/_dashboards/search-telemetry.md index 4cd608c1..9f720231 100644 --- a/_dashboards/search-telemetry.md +++ b/_dashboards/search-telemetry.md @@ -18,10 +18,11 @@ OpenSearch clusters perform better with search telemetry turned off. Search usage telemetry is disabled by default. To enable it, you need to set `data.search.usageTelemetry.enabled` to `true` in the `opensearch_dashboards.yml` file. -You can find the [OpenSearch Dashboards YAML file](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/config/opensearch_dashboards.yml) in the opensearch-project on GitHub. +You can find the [OpenSearch Dashboards YAML file](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/config/opensearch_dashboards.yml) in the opensearch-project repository on GitHub. Enabling telemetry in the `opensearch_dashboards.yml` file overrides the default search telemetry setting of `false` in the [Data plugin configuration file](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/plugins/data/config.ts). {: .note } + ### To opt-in or opt-out of search telemetry data The following table shows the `data.search.usageTelemetry.enabled` values you can set in `opensearch_dashboards.yml` to opt-in or opt-out of search telemetry.