if[type] == "mytype" { elasticsearch {
hosts => ["192.168.1.1:9200"]
index => "my_index"
query_template => "/logstash/my_query.json"
aggregation_fields =>
{
"seqnumber" => "find_seqnumber"
}
}
}
why return this error for me ?? ::
Unknown setting 'aggregation_fields' for elasticsearch
in logstash log