mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 09:54:06 -04:00
* [DOCS] Edit JVM settings info. Closes #72259 * Apply suggestions from code review Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> * Incorporated review feedback.
14 lines
458 B
Text
14 lines
458 B
Text
[[node-name]]
|
|
[discrete]
|
|
==== Node name setting
|
|
|
|
{es} uses `node.name` as a human-readable identifier for a
|
|
particular instance of {es}. This name is included in the response
|
|
of many APIs. The node name defaults to the hostname of the machine when
|
|
{es} starts, but can be configured explicitly in
|
|
`elasticsearch.yml`:
|
|
|
|
[source,yaml]
|
|
--------------------------------------------------
|
|
node.name: prod-data-2
|
|
--------------------------------------------------
|