This commit is contained in:
Colin 2024-03-18 22:07:25 -04:00
parent da8ea5612b
commit 0f63dc5158
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@
@type record_transformer
<record>
level "error"
message "${record["log"]}"
message "${record['log']}"
timestamp "${time}"
service "${tag_parts[0]}"
container_image "${tag_parts[1]}"
@ -17,6 +17,7 @@
remove_keys "log"
</filter>
# Matches logs and forwards them to Sentry
<match **>
@type http