Fix indexer name format
This commit is contained in:
parent
2b2c05c695
commit
7cf9f230b6
@ -1,7 +1,6 @@
|
|||||||
nodes:
|
nodes:
|
||||||
# Elasticsearch server nodes
|
# Elasticsearch server nodes
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
## 732 this will change to indexer:
|
|
||||||
{% for (key,value) in instances.items() %}
|
{% for (key,value) in instances.items() %}
|
||||||
{% if (value.role is defined and value.role == 'indexer') %}
|
{% if (value.role is defined and value.role == 'indexer') %}
|
||||||
name: {{ value.name }}
|
name: {{ value.name }}
|
||||||
@ -26,7 +25,6 @@ nodes:
|
|||||||
|
|
||||||
# Kibana node
|
# Kibana node
|
||||||
kibana:
|
kibana:
|
||||||
## 732 this will change to dashboard:
|
|
||||||
{% for (key,value) in instances.items() %}
|
{% for (key,value) in instances.items() %}
|
||||||
{% if (value.role is defined and value.role == 'dashboard') %}
|
{% if (value.role is defined and value.role == 'dashboard') %}
|
||||||
name: {{ value.name }}
|
name: {{ value.name }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user