The version before this works but debugging
This commit is contained in:
parent
e6fd1df4e5
commit
758575e4b4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue