Files
caliverse_doc/04. 서버설정/Shell Script/FluentD 설정/fluentdLive.conf
2025-05-01 07:27:54 +09:00

21 lines
343 B
Plaintext

<match mongo.**>
@type mongo
host 172.21.8.164
port 27017
database LogDB
collection Log
<buffer>
flush_interval 5s
</buffer>
</match>
<source>
@type tail
path /home/ubuntu/server/logs/archive/business/*.json
pos_file /var/log/td-agent/serverlog.pos
<parse>
@type json
</parse>
tag mongo.server.log
</source>