Files
2024-08-22 14:05:05 +09:00

24 lines
321 B
Plaintext

<match mongo.**>
@type mongo
host mongodb
port 27017
database LogDB
collection Log
<buffer>
flush_interval 5s
</buffer>
</match>
<source>
@type tail
path /fluentd/businesslogs/*.json
pos_file /var/log/td-agent/serverlog.pos
<parse>
@type json
</parse>
tag mongo.server.log
</source>