|
@@ -2,7 +2,7 @@
|
|
|
=== `node.name`
|
|
=== `node.name`
|
|
|
|
|
|
|
|
By default, Elasticsearch will use the first seven characters of the randomly
|
|
By default, Elasticsearch will use the first seven characters of the randomly
|
|
|
-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
|
|
|
not change when a node restarts and therefore the default node name will also
|
|
not change when a node restarts and therefore the default node name will also
|
|
|
not change.
|
|
not change.
|
|
|
|
|
|
|
@@ -19,4 +19,4 @@ The `node.name` can also be set to the server's HOSTNAME as follows:
|
|
|
[source,yaml]
|
|
[source,yaml]
|
|
|
--------------------------------------------------
|
|
--------------------------------------------------
|
|
|
node.name: ${HOSTNAME}
|
|
node.name: ${HOSTNAME}
|
|
|
---------------------------------------------------
|
|
|
|
|
|
|
+--------------------------------------------------
|