summaryrefslogtreecommitdiffstats
path: root/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-elasticsearch.yml.erb
blob: 611285ea3f607ae3338a0845aa19ee6d65fbd52d (plain)
1
2
3
4
5
6
7
8
9
10
11
discovery.zen.ping.multicast.enabled: false
discovery.zen.ping.unicast.enabled: true
node.name: <%= node[:hostname] %>
cluster.name: <%= @cluster_name %>
node.master: false
node.data: false
http.cors.enabled: true
path.home: "/var/lib/jetty/config"
elasticSearch.transportclient: true
transport.client.initial_nodes:
   - <%= @es_host_ip %>:9300