Update docker/fluentd/fluent.conf
This commit is contained in:
parent
bcfefdafaf
commit
3b046fc315
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue