if[type] == "mytype" { elasticsearch {
hosts => ["192.168.1.1:9200"]
index => "my_index"
query_template => "/logstash/my_query.json"
aggregation_fields =>
{
"seqnumber" => "find_seqnumber"
}
}
}
为什么要为我返回此错误? ::
在logstash日志中未知设置elasticsearch的“aggregation_fields”
答案 0 :(得分:0)
这是答案链接:
弹性搜索过滤器插件版本解决了这个问题