【发布时间】:2018-05-30 06:48:27
【问题描述】:
if[type] == "mytype" { elasticsearch {
hosts => ["192.168.1.1:9200"]
index => "my_index"
query_template => "/logstash/my_query.json"
aggregation_fields =>
{
"seqnumber" => "find_seqnumber"
}
}
}
为什么要为我返回这个错误?? ::
弹性搜索的未知设置'aggregation_fields'
在logstash日志中
【问题讨论】:
-
我想你在找Aggregate。
标签: logstash elasticsearch-plugin logstash-configuration