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
<parse>
@type regexp
expression /(?<message>.*(SIGTERM|ERROR|FATAL|CRITICAL|exception|failed|failure).*)/i
expression /^(?=.*\b(SIGTERM|ERROR|FATAL|CRITICAL|exception|failed|failure)\b).+$/i
</parse>
</filter>
<match **>
@type exec
command "/go-glitch"