From 465fa7abc58059ab93ea3052e7484b986f601c34 Mon Sep 17 00:00:00 2001 From: Filip Pytloun Date: Thu, 5 May 2016 14:39:30 +0200 Subject: [PATCH] Set node name --- elasticsearch/files/elasticsearch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/elasticsearch/files/elasticsearch.yml b/elasticsearch/files/elasticsearch.yml index 92c6a33..89a1c5c 100644 --- a/elasticsearch/files/elasticsearch.yml +++ b/elasticsearch/files/elasticsearch.yml @@ -43,6 +43,7 @@ cluster.name: {{ server.clustername }} # from configuring them manually. You can tie this node to a specific name: # # node.name: "Franz Kafka" +node.name: {{ server.get('name', '${HOSTNAME}') }} # Every node can be configured to allow or deny being eligible as the master, # and to allow or deny to store the data. -- 2.32.7