Move to version 1.6.1
[sdc.git] / sdc-os-chef / sdc-elasticsearch / chef-repo / cookbooks / sdc-elasticsearch / templates / default / ES-elasticsearch.yml.erb
index 613e6b0..0a2057d 100644 (file)
@@ -1,14 +1,14 @@
 network.host: 0.0.0.0
 discovery.zen.ping.multicast.enabled: false
 discovery.zen.ping.unicast.enabled: true
-#discovery.zen.ping.unicast.hosts: <%= @ES_IP %>
+#discovery.zen.ping.unicast.hosts: <%= @es_ip_list_XXXXX %>
 
 cluster.name: <%= @cluster_name %>
 node.name: <%= @node_name %>
 elasticSearch.transportclient: true
 
 transport.client.initial_nodes:
-   - <%= @ES_IP %>:9300
+<%= @es_ip_list %>
 
 index.number_of_shards: <%= @num_of_shards %>
 index.number_of_replicas: <%= @num_of_replicas %>