企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
[TOC] ## 安装插件 ``` /opt/td-agent/bin/fluent-gem install fluent-plugin-mongo ``` ## 实例 ``` <match mongo.**> @type mongo_replset database fluentd collection test nodes localhost:27017,localhost:27018,localhost:27019 # The name of the replica set replica_set myapp <buffer> # flush flush_interval 10s </buffer> </match> ```