Added spaces between variable
This commit is contained in:
parent
29b78076e5
commit
57c70de47f
@ -268,7 +268,7 @@
|
||||
<enabled>{% if wazuh_manager_config.vulnerability_detection.enabled == 'yes' and wazuh_manager_config.indexer.enabled == 'yes' %}yes{% else %}no{% endif %}</enabled>
|
||||
<hosts>
|
||||
{% for item in wazuh_manager_config.indexer.hosts %}
|
||||
<host>https://{{ item }}:{{filebeat_output_indexer_port}}</host>
|
||||
<host>https://{{ item }}:{{ filebeat_output_indexer_port }}</host>
|
||||
{% endfor %}
|
||||
</hosts>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user