Skip to content
Snippets Groups Projects
Commit fbc48f3a authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fix

parent c23029e8
Branches
No related tags found
No related merge requests found
...@@ -245,6 +245,7 @@ ...@@ -245,6 +245,7 @@
{% for host in groups.all %} {% for host in groups.all %}
{% for appl in hostvars[host].fluentd_applications|default([]) %} {% for appl in hostvars[host].fluentd_applications|default([]) %}
{% if appl.type|default(false) %}
<match {{ appl.index }}> <match {{ appl.index }}>
@type {{ appl.plugin|default('elasticsearch') }} @type {{ appl.plugin|default('elasticsearch') }}
host 127.0.0.1 host 127.0.0.1
...@@ -265,6 +266,7 @@ ...@@ -265,6 +266,7 @@
flush_at_shutdown true flush_at_shutdown true
</buffer> </buffer>
</match> </match>
{% endif %}
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment