作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我写
<source>
@type tail
format nginx
path /home/work/opt/nginx/var/log/access.log
tag nginx.access
</source>
在我的 fluent.conf 文件中并匹配到 stdout,但是当我对我的网站进行 post 调用时,nginx 将访问其日志,但 fluentd_ui 建议
[warn]: no patterns matched tag="nginx.access"
如何给我的http请求添加标签?
最佳答案
<source>
@type tail
path /var/log/nginx/access.log
pos_file /var/log/access.log.pos
tag apache.access
format nginx
</source>
<match apache.access>
@type stdout
</match>
尝试运行这个 conf 文件代码。我认为您将能够解决您的问题!
关于fluentd - 如何为我的流利事件添加标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39485486/
我是一名优秀的程序员,十分优秀!