Filebeat not indetifying multiple line logs

Hi @Nelson_Ferreira_Juni and welcome :slight_smile:

I don't think the pattern you are using is a valid regular expression for filebeat. Filebeat uses golang regular expressions, that follow RE2 syntax. You could start trying with a simple regular expression to match the year, then continue polishing it.