作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的Fluent Bit Docker容器向通过STDIN接收的日志添加了带有本地时间的时间戳;否则,所有通过rsyslog接收或记录的日志似乎都具有UTC时间格式。
我有一个基本的EFK堆栈,我在其中运行Fluent Bit容器作为远程收集器,这些容器将所有日志转发到FluentD中央收集器,后者将所有内容推送到Elasticsearch。
我已经在Fluent Bit配置文件中添加了一个过滤器,在该文件中,我尝试了多种修改时间戳的方法,但均无济于事。似乎我想得太多了;修改时间戳应该容易得多。
这些都是我尝试使用fluent-bit.conf过滤器修改时间戳的所有方式
[FILTER]
Name record_modifier
Match_Regex ^(?!log.*).*$ ## only match the input received via stdin
Tag log.stdout ## tag to mark input received via stdin
Add sourcetype timestamp ## tried to add timestamp from lua script
Parser docker ## tried to use docker parser for timestamp
Time_key utc ## tried to add timestamp as a key
script test.lua ## sample lua script from fluentbit docs
call cb_print ## call a function from within lua script
最佳答案
它的工作方式是docker解析器提取“log”的内容并遵守docker定义的时间戳。
一种快速的解决方法是修改parsers.conf并确保docker parser不会解析时间戳,这样Fluent Bit将为您分配UTC的当前时间。
关于docker - 如何将流利的docker容器通过stdin接收的日志的时间戳更改为UTC?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59939780/
我是一名优秀的程序员,十分优秀!