emsearcy / fluent-plugin-gelf

Buffered fluentd output plugin to GELF (Graylog2)
Apache License 2.0
33 stars 57 forks source link

Add TCP protocol support #13

Closed tatsuhiro-t closed 8 years ago

tatsuhiro-t commented 8 years ago

This change adds TCP protocol support for log transfer to Graylog2 server. New configuration 'protocol' is added to specify the protocol to use. The default value is 'udp'. To use TCP, set it to 'tcp'.

knqyf263 commented 8 years ago

This commit may include a bug. Make sure #16 is a correct, please.