Skip to main content
Open

Immediate focus on newly created cluster name

  • November 20, 2022
  • 1 reply
  • 54 views

When a cluster is created the first action I want to do is give the cluster a name. However, I have to double click to focus on the cluster name field and then triple click to select all text within the field before I can give a name. My preference would be to be able to type the cluster name as soon as the cluster is created. 

 

 

1 reply

  • New Here
  • November 20, 2022

A node can only join a cluster when it shares its with all the other nodes in the cluster. The default name is , but you should change it to an appropriate name that describes the purpose of the cluster.

cluster.name: logging-prod

Do not reuse the same cluster names in different environments. Otherwise, nodes might join the wrong cluster.

Node name setting

Elasticsearch uses node.name as a human-readable identifier for a particular instance of Elasticsearch. This name is included in the response of many APIs. The node name defaults to the hostname of the machine when Elasticsearch starts, but can be configured explicitly in :