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>
<match mongo.*>
# @type copy
# <store>
# @type stdout
# </store>
# <store>
@type copy
<store>
@type stdout
</store>
<store>
@type mongo
host mongo
@ -29,12 +29,15 @@
capped
capped_size 1024m
# interval
<buffer>
flush_interval 10s
</buffer>
# </store>
<format>
@type json
</format>
</store>
# interval
</match>

Loading…
Cancel
Save