摘要: source : 指令 @type : 参数。指定插件的名字。 forward/http: 插件的名字。 port : 插件的参数。 阅读全文
posted @ 2022-11-17 14:23 Zhai_David 阅读(40) 评论(0) 推荐(0) 编辑
摘要: http http插件提供一个http端点来接收http消息。 forward forward提供一个tcp端点来接收tcp包。 比如: # 从24224端口接收tcp 事件 # 用于日志转发,比如rsyslog <source> @type forward port 24224 </source> 阅读全文
posted @ 2022-11-17 14:18 Zhai_David 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 创建用户 # 切换到具体的数据 use nginx # 创建用户 db.createUser( {user:"admin", pwd:"password", roles:[ {role:"dbOwner",db:"nginx"}]}) # 查看创建好的用户 show users; 删除用户 # 切换 阅读全文
posted @ 2022-11-17 11:03 Zhai_David 阅读(673) 评论(0) 推荐(0) 编辑
摘要: 一、问题描述 使用fluentd的mongodb插件,将nginx的日志,存储到mongodb数据库中,配置如下: <source> @type tail path /var/log/nginx/access.log pos_file /var/log/td-agent/nginx.access_l 阅读全文
posted @ 2022-11-17 10:40 Zhai_David 阅读(286) 评论(0) 推荐(0) 编辑