summaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/sdc-elasticsearch/chef-repo/cookbooks/sdc-elasticsearch/templates/default/ES-elasticsearch.yml.erb
blob: 613e6b046b294168af2a3966d620f6cd685276b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
network.host: 0.0.0.0
discovery.zen.ping.multicast.enabled: false
discovery.zen.ping.unicast.enabled: true
#discovery.zen.ping.unicast.hosts: <%= @ES_IP %>

cluster.name: <%= @cluster_name %>
node.name: <%= @node_name %>
elasticSearch.transportclient: true

transport.client.initial_nodes:
   - <%= @ES_IP %>:9300

index.number_of_shards: <%= @num_of_shards %>
index.number_of_replicas: <%= @num_of_replicas %>

path.logs: /usr/share/elasticsearch/logs