Input tags support

This commit is contained in:
Slawomir Skowron
2017-01-18 21:29:42 +01:00
parent 8fd9c2c9c9
commit f3f67f4f7a
2 changed files with 12 additions and 2 deletions

View File

@ -54,6 +54,11 @@
{{ items }}
{% endfor %}
{% endif %}
{% if item.tags is defined and item.tags is iterable %}
[inputs.{{ item.plugin }}.tags]
{% for items in item.tags %}
{{ items }}
{% endfor %}
{% if item.tagpass is defined and item.tagpass is iterable %}
[{{ item.plugin }}.tagpass]
{% for items in item.tagpass %}