emsearcy / fluent-plugin-gelf

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

add in support for multi-workers #42

Open kmcgovern-apixio opened 3 years ago

kmcgovern-apixio commented 3 years ago

Add in support for multi-process workers. The buffered input class will automatically detect workers and create the appropriate buffer dir. IE /path/to/buffer/dir/worker0 if buffer dir is /path/to/buffer/dir.

Tested this locally on my env without any issues