我的日志文件只有一行(取自教程日志文件):
55.3.244.1 GET /index.html 15824 0.043
我的 conf 文件看起来像这样:
input {
file {
path => "../http.log"
type => "http"
}
}
filter {
grok {
type => "http"
match => [ "message", "%{IP:client}" ]
}
}
我用 grok 调试器测试了我的 grok 过滤器,它工作正常。我不知道我做错了什么。我每次都得到一个 [0] "_grokparsefailure"