aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-elasticsearch.yml.erb
blob: 8d488504b353cf13d427c20b89b85ddb40fe1f41 (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 %>