mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-02-06 04:48:12 +00:00
small rewrite
Signed-off-by: alicejw <alicejw@amazon.com>
This commit is contained in:
parent
430c9d5654
commit
2e3e173d0d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user