logrus_fluent icon indicating copy to clipboard operation
logrus_fluent copied to clipboard

Question: Fluentd input plugin?

Open pieterlouw opened this issue 7 years ago • 1 comments

Hi,

With which Fluentd input plugin does this hook work? in_forward or in_tcp?

Pieter

pieterlouw avatar Jun 21 '18 08:06 pieterlouw

@pieterlouw This library use https://github.com/fluent/fluent-logger-golang and the default is tcp. https://github.com/fluent/fluent-logger-golang/blob/master/fluent/fluent.go#L20

This library just use default one so far, but you can add supports for unix domain socket https://github.com/fluent/fluent-logger-golang/blob/master/fluent/fluent.go#L272-L284

evalphobia avatar Jul 14 '18 14:07 evalphobia