borisermakof / serilog-sinks-fluentd

A Sink that writes logs into Fluentd
Apache License 2.0
20 stars 30 forks source link

Feature request: Supporting unix socket files #6

Closed Alessar closed 4 years ago

Alessar commented 6 years ago

Plugin works. It is good. But looks like it uses tcp socket for transfer data into fluentd. It will be good, if it can additionally support sending data via unix socket files. Format of sending logs it is the same (Fluentd plugins in_forward and in_unix have the same transport protocol for input records).

igprya commented 6 years ago

Hey! 🙂 I'm almost done implementing UDS support, should be ready in a few days.

borisermakof commented 6 years ago

@igprya Good news!) we are waiting

igprya commented 6 years ago

Just submitted the PR #7, come take a look! 🙂

borisermakof commented 4 years ago

Merged. Thanks @igprya