tsaikd / gogstash

Logstash like, written in golang
MIT License
644 stars 106 forks source link

Added codec support to outputnsq #172

Closed helgeolav closed 3 years ago

helgeolav commented 3 years ago

With this update I have changed outputnsq to use a codec to produce the output instead of hardcoded JSON.

I have also moved Codec (for documentation purposes) from stdout to config.OutputConfig.