Skip to content
Snippets Groups Projects
Commit ab3f4adf authored by godog's avatar godog
Browse files

log-collector: add cluster.initial_master_nodes setting

Required in es 7
parent 83ab0f1f
No related branches found
No related tags found
1 merge request!115Elasticsearch 7
......@@ -93,3 +93,8 @@ gateway.expected_nodes: 1
#
#action.destructive_requires_name: true
#
cluster.initial_master_nodes:
{% for s in groups['log-collector']|sort %}
- "{{ s }}"
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment