summaryrefslogtreecommitdiffstats
path: root/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-elasticsearch.yml.erb
blob: f107eb05ca668d7c9c2c6c87f2aa3d530bbdf832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
http.port: 9300
transport.client.initial_nodes:
<%= @es_host_ip %>