How to block logs like fluentd.**

24 views
Skip to first unread message

pe...@diverta.co.jp

unread,
May 7, 2013, 3:38:46 AM5/7/13
to flu...@googlegroups.com
I got a requirement that, do not transfer the log with the tag fluent.**, so how should I design the match pattern.

I mean pass all the log message but that begin with "fluent." .

pe...@diverta.co.jp

unread,
May 7, 2013, 5:32:34 AM5/7/13
to flu...@googlegroups.com
I think I fixed it. Just put a <match fluent.**> filter in the front, write the message to other place. 

2013年5月7日火曜日 16時38分46秒 UTC+9 pe...@diverta.co.jp:

Eduardo Aceituno

unread,
May 9, 2013, 5:58:32 AM5/9/13
to flu...@googlegroups.com
You can use this configuration

## match fluent's internal events
<match fluent.**>
  type null
</match>

--
You received this message because you are subscribed to the Google Groups "Fluentd Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fluentd+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

pe...@diverta.co.jp

unread,
May 10, 2013, 2:23:37 AM5/10/13
to flu...@googlegroups.com

Eduardo Aceituno 

Thank you very much. But How about another topic we had discussed in the following link

https://groups.google.com/forum/?fromgroups=#!topic/fluentd/IuL68fVy3AA


2013年5月9日木曜日 18時58分32秒 UTC+9 Eduardo Aceituno:
Reply all
Reply to author
Forward
0 new messages