Skip to content

Commit e1416ec

Browse files
KOTungsethlucabelluccinikibanamachine
authored
[7.10] [DOC] Server UUID Setting (#128399) (#131842)
* [DOC] Server UUID Setting (#128399) The `server.uuid` setting MUST be a valid UUIDv4. Also, the setting was added in the middle of other SSL settings and it was misleading (due to a banner related to SSL settings). (cherry picked from commit 9a34c20) * Fixes broken link Co-authored-by: Luca Belluccini <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
1 parent 86c66e6 commit e1416ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/setup/settings.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,9 @@ all http requests to https over the port configured as <<server-port, `server.po
586586
| An array of supported protocols with versions.
587587
Valid protocols: `TLSv1`, `TLSv1.1`, `TLSv1.2`. *Default: TLSv1.1, TLSv1.2*
588588

589+
|[[server-uuid]] `server.uuid:`
590+
| The unique identifier for this {kib} instance. It must be a valid UUIDv4. It gets automatically generated on the first startup if not specified and persisted in the `data` path.
591+
589592
| [[settings-xsrf-whitelist]] `server.xsrf.whitelist:`
590593
| It is not recommended to disable protections for
591594
arbitrary API endpoints. Instead, supply the `kbn-xsrf` header.

0 commit comments

Comments
 (0)