Open slava-vishnyakov opened 9 years ago
The UDP plugin uses codec, so you should be able to do something like:
output {
udp {
codec => plain {
format => "response_time:%{http_response_time}"
}
host => "127.0.0.1"
port => 222
}
I did not test it but it should work.
Thanks, this works with version 7.9.0 :)
Please add the ability to send custom message instead of
payload
, something like this:Thank you!