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