This error is telling you that the persistent queue is trying to persist an event that is larger than the queue.page_capacity. The default value for that is 64 Mb. The default max_bytes for a multiline codec is 10 Mb, so it would appear you have reduced the page_capacity. Increase it.
Thanks, but I don't think that is it as we are using all the default configuration for logstash so the page size is 64Mb.
I also don't see where the large data to be written are coming from. I am tailing the log file it is using as its input and it has nothing that would trigger the multiline, but I see the error log repeatedly in the logstash log.
I don't know what to say. The multiline codec is getting the error when it tries to flush the events. Reading the code, the queue will always write an element to it unless the element is larger than the page capacity.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.