Does Logstash has a limit size for each event-message?

后端 未结 4 2049
夕颜
夕颜 2021-01-13 17:54

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

4条回答
  •  感动是毒
    2021-01-13 18:24

    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!

    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.

提交回复
热议问题