From b4ce4598945f96aca5ed2f66d8545cd351fb5111 Mon Sep 17 00:00:00 2001 From: Gail Chappell Date: Tue, 1 Jun 2021 14:37:18 -0700 Subject: [PATCH] [DOCS] Adds server.uuid to settings docs --- docs/setup/settings.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/setup/settings.asciidoc b/docs/setup/settings.asciidoc index 6e8026c4a747df..ddb906f390a2d9 100644 --- a/docs/setup/settings.asciidoc +++ b/docs/setup/settings.asciidoc @@ -596,6 +596,10 @@ inactive socket. *Default: `"120000"`* | Paths to a PEM-encoded X.509 server certificate and its corresponding private key. These are used by {kib} to establish trust when receiving inbound SSL/TLS connections from users. +|[[server-uuid]] `server.uuid:` + | The unique identifier for this {kib} instance. + + |=== [NOTE]