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