Filebeat include_lines to match multiple regexes in the same multilines?

My first guess is this configuration:

  include_lines: ['\session_timing\s.*""from_house":\s"\*123', '\ssession_timing\s.*""to_house"\s"*456']

Could you please share a few example logs you want to be matched by these regexes? It would make it easier to come up with proper regexes. :slight_smile: