Hi All, 
I have a graylog server running in serverA and a fluented server running in 
serverB which reads log messages from a log file and send them to the 
graylog server in serverA. but messages are not send to the graylog 
server.Can someone help me with the configuration td-agent.conf file.

graylog server input settings

   - override_source:
   - recv_buffer_size: 1048576
   - port: 12201
   - bind_address: 0.0.0.0




fluentd td-agent.conf settings

<source>
  type syslog
  tag graylog2
</source>
<source>
  type tail
  format /^(?<host>[^ ]*) (?<Date>[^ ]*) (?<time>[^ ]*.[^ ]*) (?<gateway>[^ 
]*) (?<tag>[^: ]*)(?<message>.*)/
  path <path>
  tag graylog2.paymnet
</source>
<match graylog2.**>
  type copy
  <store>
    type gelf
    *host <public ip of the serverA>*
    *port 12201*
    flush_interval 5s
  </store>
  <store>
    type stdout
  </store>
</match>

-- 
You received this message because you are subscribed to the Google Groups 
"graylog2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to