You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

43 lines
520 B

<source>
@type forward
port 24224
bind 0.0.0.0
</source>
<filter mongo.*>
@type parser
key_name log
reserve_data true
<parse>
@type json # apache2, nginx, etc.
</parse>
</filter>
<match mongo.*>
@type copy
# <store>
# @type stdout
# </store>
<store>
@type mongo
host mongo
port 27017
database fluentdb
collection test
capped
capped_size 1024m
<buffer>
flush_interval 10s
</buffer>
<format>
@type json
</format>
</store>
# interval
</match>