-
-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Description
| {% endif %} |
here you should add
{% if item.filter is defined %}
{% if item.filter.name is defined %}
[outputs.{{ item.type }}.{{ item.filter.name }}]
{% if item.filter.config is defined and item.filter.config is iterable %}
{% for items in item.filter.config %}
{{ items }}
{% endfor %}
{% endif %}
{% endif %}
{% endif %}
many output agent need filters. For instance see at output.http.headers in output http plugin
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels