From 2e3e173d0d84af21b3e63a4ddf29cad62fed25bb Mon Sep 17 00:00:00 2001 From: alicejw Date: Fri, 20 May 2022 11:57:11 -0700 Subject: [PATCH] small rewrite Signed-off-by: alicejw --- _dashboards/search-telemetry.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/_dashboards/search-telemetry.md b/_dashboards/search-telemetry.md index 4b93b6c3..c8d37d03 100644 --- a/_dashboards/search-telemetry.md +++ b/_dashboards/search-telemetry.md @@ -24,15 +24,11 @@ Alternatively, you can modify the Data plugin config file to opt out of search t ### To opt-in or opt-out of search telemetry data -There are several combinations of OpenSearch Dashboards YAML file and Data plugin configuration file values that allow you to either opt-in or opt-out of using search telemetry in your cluster. +You can opt-in or opt-out of using search telemetry in your cluster by changing the configuration values in both the OpenSearch Dashboards YAML and Data plugin configuration files. -The following table shows the combination of values for the OpenSearch Dashboards YAML file setting `data.search.usageTelemetry.enabled` and the Data plugin configuration file values that will result in search telemetry opt-in or opt-out. -This table refers to these settings: +The following table shows the combination of values for the OpenSearch Dashboards YAML file setting `data.search.usageTelemetry.enabled` and the Data plugin configuration file setting `search.usageTelemetry.enabled` values that will result in search telemetry opt-in or opt-out. -* OpenSearch Dashboards YAML file setting `data.search.usageTelemetry.enabled` value is either `true`, `false` or `none`. -* Data plugin configuration file setting `search.usageTelemetry.enabled` value is either `true`, or `false`. - -OpenSearch Dashboards YML value | Data plugin config value | Opt-in or Opt-out of search telemetry +OpenSearch Dashboards YML value | Data plugin config value | Opt-in or Opt-out of search telemetry :--- | :--- | :--- `true` | `false` | Opt-in `true` | `true` | Opt-in