Skip to content

Commit ab81078

Browse files
simonzhengChristoph Büscher
authored and
Christoph Büscher
committed
[Docs] Correct a small typo (elastic#32655)
1 parent f57cb10 commit ab81078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/setup/important-settings/node-name.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
=== `node.name`
33

44
By default, Elasticsearch will use the first seven characters of the randomly
5-
generated UUID as the node id.Note that the node id is persisted and does
5+
generated UUID as the node id. Note that the node id is persisted and does
66
not change when a node restarts and therefore the default node name will also
77
not change.
88

@@ -19,4 +19,4 @@ The `node.name` can also be set to the server's HOSTNAME as follows:
1919
[source,yaml]
2020
--------------------------------------------------
2121
node.name: ${HOSTNAME}
22-
--------------------------------------------------
22+
--------------------------------------------------

0 commit comments

Comments
 (0)