mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-27 10:28:28 +00:00
[DOC] Update node names (#21892)
Update the node names in the documentation.
This commit is contained in:
parent
fe95aef6a9
commit
a30efacca4
@ -170,7 +170,7 @@ If everything goes well, you should see a bunch of messages that look like below
|
||||
[2016-09-16T14:17:56,748][INFO ][o.e.n.Node ] [6-bjhwl] started
|
||||
--------------------------------------------------
|
||||
|
||||
Without going too much into detail, we can see that our node named "I8hydUG" (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 "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.
|
||||
|
||||
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:
|
||||
|
||||
@ -241,7 +241,7 @@ ip heap.percent ram.percent cpu load_1m load_5m load_15m node.role master
|
||||
// TESTRESPONSE[s/10 5 5 4.46/\\d+ \\d+ \\d+ (\\d+\\.\\d+)? (\\d+\\.\\d+)? (\\d+\.\\d+)?/]
|
||||
// TESTRESPONSE[s/[*]/[*]/ s/PB2SGZY/.+/ _cat]
|
||||
|
||||
Here, we can see our one node named "I8hydUG", which is the single node that is currently in our cluster.
|
||||
Here, we can see our one node named "PB2SGZY", which is the single node that is currently in our cluster.
|
||||
|
||||
=== List All Indices
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user