I have an ELK implementation on a single server as a test box, I am receiving log data from a Mulesoft cluster via Filebeats at the source, received by Logstash at the server. When I view what should be a 3000+ line of log message in Kibana, I only get the first 500 lines.
Looking at the raw JSON document, I see the log.flag set to truncated multiline in the document.
How can I influence this behavior to allow all lines from the original message to pass unaltered?