Browse Source

live feedback from fluentd on stdout

master
lefteris 4 years ago
parent
commit
af2c37e9a4
  1. 17
      fluent/fluent.conf

17
fluent/fluent.conf

@ -14,11 +14,11 @@
</filter> </filter>
<match mongo.*> <match mongo.*>
# @type copy @type copy
# <store> <store>
# @type stdout @type stdout
# </store> </store>
# <store> <store>
@type mongo @type mongo
host mongo host mongo
@ -29,12 +29,15 @@
capped capped
capped_size 1024m capped_size 1024m
# interval
<buffer> <buffer>
flush_interval 10s flush_interval 10s
</buffer> </buffer>
# </store>
<format> <format>
@type json @type json
</format> </format>
</store>
# interval
</match> </match>

Loading…
Cancel
Save