childe / gohangout

使用 golang 模仿的 Logstash。用于消费 Kafka 数据,处理后写入 ES、Clickhouse 等。
MIT License
1.01k stars 234 forks source link

读取pattern-paths报错 build grok filter error #236

Closed yasincyx closed 9 months ago

yasincyx commented 9 months ago

image 大佬,我按照文档所说支持url的pattern-paths,但是使用的时候 build grok filter error,url是正常返回数据的 到这部分就走不下去了 image

childe commented 9 months ago

报什么错啊?

yasincyx commented 9 months ago

报什么错啊? image build grok filter error: stat https://raw.githubusercontent.com/vjeantet/grok/master/patterns/grok-patterns: no such file or directory

childe commented 9 months ago

嗯嗯,是代码写的 BUG。

在修复之前,我建议先 clone https://github.com/vjeantet/grok/ 这个项目,然后配置 clone 下来的那个patterns目录。

childe commented 9 months ago

https://github.com/childe/gohangout/releases/tag/v1.9.15