Skip to content

Commit

Permalink
[Docs] Correct a small typo (#32655)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonzheng authored and Christoph Büscher committed Aug 7, 2018
1 parent 0061c34 commit ee6c78a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/setup/important-settings/node-name.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
=== `node.name`

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.

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

0 comments on commit ee6c78a

Please sign in to comment.