Hello,
I'm new to this community, and am beginning to use fluentd more and more.
I'm currently trying to filter some logs using the grep plugin based on information here:
http://docs.fluentd.org/v0.12/articles/filter_grepHowever, when I start fluentd the output in the td-agent log is:
2017-03-20 18:21:27 +0000 [warn]: parameter 'add_tag_prefix' in
<filter network>
@type grep
exclude1 "message (^/|INFO)"
add_tag_prefix filtered
</filter> is not used.
and I get no logs.
The source block is as follows:
<source>
type tail
format syslog
path /var/log/syslog/network/*.log
pos_file /var/log/td-agent/fluent-network.pos
tag network
#keep_time_key true
refresh_interval 5
</source>
I was hoping someone could help me understand why this is not used?
Thank you,
Alicia