extra plugins tags

This commit is contained in:
Olivier Boukili
2017-01-20 11:58:17 +01:00
committed by GitHub
parent 62a6158281
commit 0597f0115c

View File

@ -10,6 +10,12 @@
{{ items }}
{% endfor %}
{% endif %}
{% if item.tags is defined and item.tags is iterable %}
[inputs.{{ item.plugin }}.tags]
{% for items in item.tags %}
{{ items }}
{% endfor %}
{% endif %}
{% if item.tagpass is defined and item.tagpass is iterable %}
[{{ item.plugin }}.tagpass]
{% for items in item.tagpass %}
@ -41,4 +47,4 @@
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}