Hello,
In my company, after upgrading our cluster to the latest version 7.12, we noticed that one of our grok patterns stopped working.
Important things to mention:
- The pipeline is functioning correctly, logs are coming in
- The pattern that is written above this one is working
- We don't see any grokfailure tags
- The same grok works in a grok debugger!
So basically, everything is working as desired, apart from this particular grok.
The pattern is
/%{DATA:AccountId}/%{DATA:StatsId}/%{GREEDYDATA:Filename}
An example input would be:
/4420/1021/vhhx13w31r92z1227d62914z41g2mbd11282o341nu.mp4
Please let us know what you think, as it seems like we tried everything on our end.
Thank you in advance!
Aviad