I got max value from this query, but how to use this in visualizations buckets ?
GET logstash-report-2017.10.13/_search
{
"aggs" : {
"max_id" : { "max" : { "field" : "build_number" } }
}
}
I got max value from this query, but how to use this in visualizations buckets ?
GET logstash-report-2017.10.13/_search
{
"aggs" : {
"max_id" : { "max" : { "field" : "build_number" } }
}
}
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.