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