Message field failed to store more than 500 lines

HI,
In my log one event contain more than 2000 line(XML) when i process the log, i could see first 500 line of the event in kibana.

I am using file input plugin and wanted to know if Logstash has a size limit for each message/event?
If yes, is it configurable? I am not able to find it in any documentation.

Appreciate if anyone help me on this.

You are probably using the multiline codec. If so check out this config option https://www.elastic.co/guide/en/logstash/current/plugins-codecs-multiline.html#plugins-codecs-multiline-max_lines

thank you @guyboertje. Problem resolved

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.