codec.format 中的 %{[offset]} 是什么意思?

发布于 2025-01-10 23:13:09 字数 400 浏览 0 评论 0原文

我对 filebeat.yml 文件有疑问。

在我的 filebit.yml 设置中,输入是 log,输出是 kafka。

当如下使用时,%{[offset]}的含义是否表示日志文件的偏移量?

filebeat.inputs:
  - type: log
     ...
     paths:
      - /home/log/test.log
     ...

output.kafka:
  codec.format: 
    string: '"offset":%{[offset]}, "message":%{[message]}'

另外, %{[offset]} 使用 %{[kafka.offset]} 代替是什么意思?

是指匹配的kafka分区的偏移量吗?

I have a question about filebeat.yml file.

In my filebit.yml setting, input is log and output is kafka.

When used as below, does the meaning of %{[offset]} mean offset of the log file?

filebeat.inputs:
  - type: log
     ...
     paths:
      - /home/log/test.log
     ...

output.kafka:
  codec.format: 
    string: '"offset":%{[offset]}, "message":%{[message]}'

Additionally, %{[offset]} What is the meaning of using %{[kafka.offset]} instead?

Does it mean the offset of the matching kafka partition?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

罪歌 2025-01-17 23:13:09

Filebeat 的 log 输入类型向事件添加一个 offset 元数据字段。这不是记录放置的 Kafka 偏移量

Filebeat's log input type adds an offset metadata field to the event. It's not the Kafka offset that the record gets put at

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文