You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes the issue is the grok patterns are shared between parsers even if the parser defines it own patterns they currently leak between them, we have a task in crowdsec to create a seperation between own patterns so this warning wont happen ever. However, for now the only workaround would be to modify each parser pattern to have a prefix EG: PROWLARR_DATE_YMD.
the warning is actually a problem if the pattern is different, however, they are not.
Describe the bug
On start of crowdsec, the following warning messages are produced:
To Reproduce
Add the following collections to crowdsec:
Add the following entries to acquis.yaml:
Expected behavior
No warning messages, or an explanation of the warning message.
Screenshots
n/a
Additional context
Raising this issue to help harden each log parser.
The text was updated successfully, but these errors were encountered: