Logstash multiple output endpoints single event

Hi,

I've got a use case where for a single event I need to send data to elasticsearch as well a udp server. The udp server receives input only in a certain format so I don't want to send it everything I'm sending elasticsearch (it will not work).

Looking over the logstash udp output I don't see a way where I can filter out fields and just keep what is necessary. I'd appreciate if anyone can direct me to a method that can do that.

Thanks,
E

I think I'll update logstash-output-statsd that looks like a decent implementation and modify it for what I need.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.