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`
This commit is contained in:
Lucas Groenendaal 2019-07-16 07:10:06 -05:00 committed by Luca Cavanna
parent ae5a917efe
commit aa9dd313cf
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ If everything goes well with installation, you should see a bunch of messages th
-------------------------------------------------- --------------------------------------------------
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. 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.
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: 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: