Fix indexer name format

This commit is contained in:
Alberto R 2022-03-04 16:12:12 +01:00
parent 2b2c05c695
commit 7cf9f230b6
No known key found for this signature in database
GPG Key ID: A3B78DD9E2FD8B94

View File

@ -1,7 +1,6 @@
nodes:
# Elasticsearch server nodes
elasticsearch:
## 732 this will change to indexer:
{% for (key,value) in instances.items() %}
{% if (value.role is defined and value.role == 'indexer') %}
name: {{ value.name }}
@ -26,7 +25,6 @@ nodes:
# Kibana node
kibana:
## 732 this will change to dashboard:
{% for (key,value) in instances.items() %}
{% if (value.role is defined and value.role == 'dashboard') %}
name: {{ value.name }}