This commit is contained in:
Colin 2024-03-18 23:05:38 -04:00
parent 37eda54fb0
commit 175941dbfa
1 changed files with 2 additions and 1 deletions

View File

@ -6,9 +6,10 @@
<filter **>
@type record_transformer
enable_ruby true
<record>
level error
message ${record['log']}
message ${record['log'] || 'default log message'}
timestamp ${time}
service ${tag_parts[0]}
container_image ${tag_parts[1]}