debugging
This commit is contained in:
parent
cfc5718628
commit
23fe2fb63e
|
@ -5,13 +5,13 @@
|
||||||
</source>
|
</source>
|
||||||
|
|
||||||
<filter docker.**>
|
<filter docker.**>
|
||||||
@type parser
|
@type grep
|
||||||
key_name log
|
<regexp>
|
||||||
reserve_data true
|
key log
|
||||||
expression /^(?<message>.*)\b(SIGTERM|SEVERE ERROR|FATAL|CRITICAL)\b/i
|
pattern /SIGTERM|SEVERE ERROR|FATAL|CRITICAL/i
|
||||||
|
</regexp>
|
||||||
</filter>
|
</filter>
|
||||||
|
|
||||||
|
|
||||||
<match docker.**>
|
<match docker.**>
|
||||||
@type exec
|
@type exec
|
||||||
command "/go-glitch"
|
command "/go-glitch"
|
||||||
|
|
Loading…
Reference in New Issue