debugging

This commit is contained in:
Colin 2024-04-16 23:00:10 -04:00
parent cfc5718628
commit 23fe2fb63e
1 changed files with 5 additions and 5 deletions

View File

@ -5,13 +5,13 @@
</source>
<filter docker.**>
@type parser
key_name log
reserve_data true
expression /^(?<message>.*)\b(SIGTERM|SEVERE ERROR|FATAL|CRITICAL)\b/i
@type grep
<regexp>
key log
pattern /SIGTERM|SEVERE ERROR|FATAL|CRITICAL/i
</regexp>
</filter>
<match docker.**>
@type exec
command "/go-glitch"