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
| Sets the `secure` flag of the session cookie. The default value is `false`. It
202
-
is automatically set to `true` if `server.ssl.enabled` is set to `true`. Set
202
+
is automatically set to `true` if <<server-ssl-enabled, `server.ssl.enabled`>> is set to `true`. Set
203
203
this to `true` if SSL is configured outside of {kib} (for example, you are
204
204
routing requests through a load balancer or proxy).
205
205
206
206
| `xpack.security.sameSiteCookies` {ess-icon}
207
207
| Sets the `SameSite` attribute of the session cookie. This allows you to declare whether your cookie should be restricted to a first-party or same-site context.
208
208
Valid values are `Strict`, `Lax`, `None`.
209
-
This is *not set* by default, which modern browsers will treat as `Lax`. If you use Kibana embedded in an iframe in modern browsers, you might need to set it to `None`. Setting this value to `None` requires cookies to be sent over a secure connection by setting `xpack.security.secureCookies: true`.
209
+
This is *not set* by default, which modern browsers will treat as `Lax`. If you use Kibana embedded in an iframe in modern browsers, you might need to set it to `None`. Setting this value to `None` requires cookies to be sent over a secure connection by setting <<xpack-security-secureCookies, `xpack.security.secureCookies`>>: `true`.
210
210
211
-
| `xpack.security.session.idleTimeout` {ess-icon}
212
-
| Ensures that user sessions will expire after a period of inactivity. This and `xpack.security.session.lifespan` are both
| Ensures that user sessions will expire after the defined time period. This behavior also known as an "absolute timeout". If
223
-
this is _not_ set, user sessions could stay active indefinitely. This and `xpack.security.session.idleTimeout` are both highly
223
+
this is _not_ set, user sessions could stay active indefinitely. This and <<xpack-session-idleTimeout, `xpack.security.session.idleTimeout`>> are both highly
Copy file name to clipboardExpand all lines: docs/settings/telemetry-settings.asciidoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ See our https://www.elastic.co/legal/privacy-statement[Privacy Statement] to lea
19
19
20
20
[cols="2*<"]
21
21
|===
22
-
| `telemetry.enabled`
22
+
|[[telemetry-enabled]] `telemetry.enabled`
23
23
| Set to `true` to send cluster statistics to Elastic. Reporting your
24
24
cluster statistics helps us improve your user experience. Your data is never
25
25
shared with anyone. Set to `false` to disable statistics reporting from any
@@ -31,16 +31,16 @@ See our https://www.elastic.co/legal/privacy-statement[Privacy Statement] to lea
31
31
it is behind a firewall and falls back to `'browser'` to send it from users' browsers
32
32
when they are navigating through {kib}. Defaults to `'server'`.
33
33
34
-
| `telemetry.optIn`
34
+
|[[telemetry-optIn]] `telemetry.optIn`
35
35
| Set to `true` to automatically opt into reporting cluster statistics. You can also opt out through
36
36
*Advanced Settings* in {kib}. Defaults to `true`.
37
37
38
38
| `telemetry.allowChangingOptInStatus`
39
-
| Set to `true` to allow overwriting the `telemetry.optIn` setting via the {kib} UI. Defaults to `true`. +
39
+
| Set to `true` to allow overwriting the <<telemetry-optIn, `telemetry.optIn`>> setting via the {kib} UI. Defaults to `true`. +
40
40
41
41
|===
42
42
43
43
[NOTE]
44
44
============
45
-
When `false`, `telemetry.optIn` must be `true`. To disable telemetry and not allow users to change that parameter, use `telemetry.enabled`.
45
+
When `false`, <<telemetry-optIn, `telemetry.optIn`>> must be `true`. To disable telemetry and not allow users to change that parameter, use <<telemetry-enabled, `telemetry.enabled`>>.
0 commit comments