logstash-plugins / logstash-output-tcp

Apache License 2.0
9 stars 31 forks source link

Ability to send selected fields over the tcp socket #23

Open niteshjain opened 7 years ago

niteshjain commented 7 years ago

I have found this useful when the event needs to be sent via multiple output plugins. This allows me to send only certain fields to a particularity tcp destination.

I have tried to implement this and it can be viewed here

niteshjain commented 7 years ago

However after opening this issue, I realized that an event can also lots of fields and an inverse mechanism which would retain only the specified fields could also be useful.