Hello guys, I was wondering if anyone knows how to monitor UDP input plugin queue? My config is:
input {
udp {
codec => elog {
elog_definitions => "XXX"
}
port => XXX
queue_size => 200000
receive_buffer_bytes => 24777216
workers => 8
}
}
As you can see its set to 200 000 but is there any way to see if its full or not? Queue type is memory.