Skip to content

Commit 6c8b8f5

Browse files
KOTungsethlucabelluccinikibanamachine
authored
[7.9] [DOC] Server UUID Setting (elastic#128399) (elastic#131843)
* [DOC] Server UUID Setting (elastic#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 eb9add2 commit 6c8b8f5

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
@@ -578,6 +578,9 @@ all http requests to https over the port configured as <<server-port, `server.po
578578
| An array of supported protocols with versions.
579579
Valid protocols: `TLSv1`, `TLSv1.1`, `TLSv1.2`. *Default: TLSv1.1, TLSv1.2*
580580

581+
|[[server-uuid]] `server.uuid:`
582+
| 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.
583+
581584
| [[settings-xsrf-whitelist]] `server.xsrf.whitelist:`
582585
| It is not recommended to disable protections for
583586
arbitrary API endpoints. Instead, supply the `kbn-xsrf` header.

0 commit comments

Comments
 (0)