Skip to content

Commit f16ec49

Browse files
lag13javanna
authored andcommitted
Fix incorrect node name in docs (#43062)
After starting up elasticsearch the documentation said that their node name was "6-bjhwl" but in the documentation's output I did not see that node name. Instead I saw the node name as `localhost.localdomain`
1 parent 72f7b02 commit f16ec49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/getting-started.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ If everything goes well with installation, you should see a bunch of messages th
182182
183183
--------------------------------------------------
184184

185-
Without going too much into detail, we can see that our node named "6-bjhwl" (which will be a different set of characters in your case) has started and elected itself as a master in a single cluster. Don't worry yet at the moment what master means. The main thing that is important here is that we have started one node within one cluster.
185+
Without going too much into detail, we can see that our node named "localhost.localdomain" has started and elected itself as a master in a single cluster. Don't worry yet at the moment what master means. The main thing that is important here is that we have started one node within one cluster.
186186

187187
As mentioned previously, we can override either the cluster or node name. This can be done from the command line when starting Elasticsearch as follows:
188188

0 commit comments

Comments
 (0)