f107eb05ca668d7c9c2c6c87f2aa3d530bbdf832
[sdc.git] /
1 discovery.zen.ping.multicast.enabled: false
2 discovery.zen.ping.unicast.enabled: true
3 node.name: <%= node[:hostname] %>
4 cluster.name: <%= @cluster_name %>
5 node.master: false
6 node.data: false
7 http.cors.enabled: true
8 path.home: "/var/lib/jetty/config"
9 elasticSearch.transportclient: true
10 http.port: 9300
11 transport.client.initial_nodes:
12 <%= @es_host_ip %>