cluster-name.asciidoc 563 B

1234567891011121314
  1. [[cluster.name]]
  2. === `cluster.name`
  3. A node can only join a cluster when it shares its `cluster.name` with all the
  4. other nodes in the cluster. The default name is `elasticsearch`, but you should
  5. change it to an appropriate name which describes the purpose of the cluster.
  6. [source,yaml]
  7. --------------------------------------------------
  8. cluster.name: logging-prod
  9. --------------------------------------------------
  10. Make sure that you don't reuse the same cluster names in different environments,
  11. otherwise you might end up with nodes joining the wrong cluster.