【发布时间】:2016-10-06 14:33:51
【问题描述】:
我写
<source>
@type tail
format nginx
path /home/work/opt/nginx/var/log/access.log
tag nginx.access
</source>
在我的 fluent.conf 文件中并匹配到标准输出,但是当我对我的网站进行 post 调用时,nginx 将访问其日志,但 fluentd_ui 建议
[warn]: no patterns matched tag="nginx.access"
如何给我的http请求添加标签?
【问题讨论】:
标签: fluentd