I am implementing a monitoring tool on servers of my company service. To do that, I am using logstash. Our applications send their logs via a log4net udp appender to logstas
Update for 2019:
The maximum size is set by the buffer_size
parameter in the UDP input. https://www.elastic.co/guide/en/logstash/current/plugins-inputs-udp.html#plugins-inputs-udp-buffer_size
The default buffer size is:
A UDP datagram is limited to 65535 bytes, the length header being 16 bits.