Hello all :)
I am forwarding from couple of servers (rsyslog forwarding) through FluentD (gelf plugin) daemon to Graylog2 using the standard setup and noticed that the messages coming through are with the below content(graylog UI):
message
1 2017-08-24T23:25:01.737373+03:00 host-0 CRON 29720 - -
pam_env(cron:session): Unable to open env file: /etc/default/locale:
No such file or directory
It seems gelf protocol of FluentD adds additional info, I already posted a question in the graylog2 community, but they say it should be one of the programs forwarding the messages.
CanI strip the bold part of the message somehow? Is it a valid gelf addition or I have something configured wrongly? Below is the td-agent configuration file:
<source>
type syslog
format none
port 5144
tag test
</source>
<match **>
type copy
<store>
type gelf
host 192.168.0.2
port 12201
flush_interval 5s
</store>
</match>
Is there a way to directly use udp as output store with fluentd? Thanks in advance.
--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to fluentd+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to fluentd+unsubscribe@googlegroups.com.