The version before this works but debugging

This commit is contained in:
colin 2024-04-16 17:31:39 +00:00
parent e6fd1df4e5
commit 758575e4b4
1 changed files with 2 additions and 1 deletions

View File

@ -14,10 +14,11 @@
reserve_data true reserve_data true
<parse> <parse>
@type regexp @type regexp
expression /(?<message>.*(SIGTERM|ERROR|FATAL|CRITICAL|exception|failed|failure).*)/i expression /^(?=.*\b(SIGTERM|ERROR|FATAL|CRITICAL|exception|failed|failure)\b).+$/i
</parse> </parse>
</filter> </filter>
<match **> <match **>
@type exec @type exec
command "/go-glitch" command "/go-glitch"