CSIT Fix for SDC-2585
[sdc.git] / asdctool / sdc-cassandra-init / chef-repo / cookbooks / cassandra-actions / templates / default / elasticsearch.yml.erb
1 discovery.zen.ping.multicast.enabled: false
2 discovery.zen.ping.unicast.enabled: true
3 node.name: asdc-01
4 cluster.name: elasticsearch
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 transport.client.initial_nodes:
11    - <%= @elastic_ip %>:9300