Codec Multiline is not working for Kafka input plugin as expected

codec => multiline {
              pattern => "(^UL ingress)|(^DL ingress)|(^numOfActiveUe)|(^pdcpCurrentTime_g)"
              what => "previous"
              max_lines => 6

              }

Still we are getting individual events instead of clubbing of events matching the regex to one event

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