update commit

This commit is contained in:
2024-10-28 16:28:49 +09:00
parent 1ab0d83941
commit 93dfd1c8b8
325 changed files with 6012 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<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>