We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57cb10 commit ab81078Copy full SHA for ab81078
docs/reference/setup/important-settings/node-name.asciidoc
@@ -2,7 +2,7 @@
2
=== `node.name`
3
4
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
+generated UUID as the node id. Note that the node id is persisted and does
6
not change when a node restarts and therefore the default node name will also
7
not change.
8
@@ -19,4 +19,4 @@ The `node.name` can also be set to the server's HOSTNAME as follows:
19
[source,yaml]
20
--------------------------------------------------
21
node.name: ${HOSTNAME}
22
---------------------------------------------------
+--------------------------------------------------
0 commit comments