I'm wondering if the multiline codec plugin in Logstash includes newlines in the output? I want to use regex on the output and this is important to understand in order to design my regex and have it perform well.
Looking at the documentation at https://www.elastic.co/guide/en/logstash/current/plugins-codecs-multiline.html I don't see any mention of this. FWIW I think the behavior should be documented.
Thanks!