Update docker/fluentd/fluent.conf

This commit is contained in:
colin 2024-04-16 14:05:33 +00:00
parent bcfefdafaf
commit 3b046fc315
1 changed files with 11 additions and 0 deletions

View File

@ -18,6 +18,17 @@
</parse>
</filter>
<match **>
@type exec
command "sentry-cli send-event --message '$record'"
<buffer>
flush_interval 10s
</buffer>
<format>
@type json
</format>
</match>
<match docker.**>
@type stdout
</match>