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> </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"