You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/migration/migrate_8_0.asciidoc
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,4 +141,13 @@ access level.
141
141
been deprecated with warnings that have been logged throughout 7.x. Please use Kibana UI to re-generate the
142
142
POST URL snippets if you depend on these for automated PDF reports.
143
143
144
+
[float]
145
+
=== Configurations starting with `xpack.telemetry` are no longer valid
146
+
147
+
*Details:*
148
+
The `xpack.` prefix has been removed for all telemetry configurations.
149
+
150
+
*Impact:*
151
+
For any configurations beginning with `xpack.telemetry`, remove the `xpack` prefix. Use {kibana-ref}/telemetry-settings-kbn.html#telemetry-general-settings[`telemetry.enabled`] instead.
By default, Usage Collection (also known as Telemetry) is enabled. This
8
+
helps us learn about the {kib} features that our users are most interested in, so we
9
+
can focus our efforts on making them even better.
10
+
11
+
You can control whether this data is sent from the {kib} servers, or if it should be sent
12
+
from the user's browser, in case a firewall is blocking the connections from the server. Additionally, you can decide to completely disable this feature either in the config file or in {kib} via *Management > Kibana > Advanced Settings > Usage Data*.
13
+
14
+
See our https://www.elastic.co/legal/privacy-statement[Privacy Statement] to learn more.
15
+
16
+
[float]
17
+
[[telemetry-general-settings]]
18
+
==== General telemetry settings
19
+
20
+
`telemetry.enabled`:: *Default: true*.
21
+
Set to `true` to send cluster statistics to Elastic. Reporting your
22
+
cluster statistics helps us improve your user experience. Your data is never
23
+
shared with anyone. Set to `false` to disable statistics reporting from any
24
+
browser connected to the {kib} instance.
25
+
26
+
`telemetry.sendUsageFrom`:: *Default: 'browser'*.
27
+
Set to `'server'` to report the cluster statistics from the {kib} server.
28
+
If the server fails to connect to our endpoint at https://telemetry.elastic.co/, it assumes
29
+
it is behind a firewall and falls back to `'browser'` to send it from users' browsers
30
+
when they are navigating through {kib}.
31
+
32
+
`telemetry.optIn`:: *Default: true*.
33
+
Set to `true` to automatically opt into reporting cluster statistics. You can also opt out through
0 commit comments