CSIT Fix for SDC-2585
[sdc.git] / catalog-be / sdc-backend / chef-repo / cookbooks / sdc-catalog-be / templates / default / BE-elasticsearch.yml.erb
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 %>