Skip to content
Snippets Groups Projects
Commit 3848ad8c authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add elasticsearch port"

parents 3fe204af adc55af3
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ node.data: true
discovery.zen.ping.unicast.hosts: [{% for host in groups['elasticsearch'] %}"{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}"{% if not loop.last %},{% endif %}{% endfor %}]
discovery.zen.minimum_master_nodes: {{ minimum_master_nodes }}
http.port: {{ elasticsearch_port }}
gateway.expected_nodes: {{ num_nodes }}
gateway.recover_after_time: "5m"
gateway.recover_after_nodes: {{ recover_after_nodes }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment