node-name.asciidoc 458 B

1234567891011121314
  1. [[node-name]]
  2. [discrete]
  3. ==== Node name setting
  4. {es} uses `node.name` as a human-readable identifier for a
  5. particular instance of {es}. This name is included in the response
  6. of many APIs. The node name defaults to the hostname of the machine when
  7. {es} starts, but can be configured explicitly in
  8. `elasticsearch.yml`:
  9. [source,yaml]
  10. --------------------------------------------------
  11. node.name: prod-data-2
  12. --------------------------------------------------