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
I have test it with Logstash 1.4.0 and Logstash 1.3.3. I found that the maximum size of an event is 4095!
maximum size of an event is 4095
So, If your logs have larger than this size, maybe you have to split it to multiple event at the time you send the logs to logstash.