码迷,mamicode.com
首页 > 其他好文 > 详细

es聚合查询语法

时间:2020-12-01 12:04:43      阅读:3      评论:0      收藏:0      [点我收藏+]

标签:his   col   card   timestamp   amp   ram   local   class   color   

{
    "size": 0,
    "query": {
        "bool": {
            "filter": [
                {
                    "range": {
                        "@timestamp": {
                            "gte": 1596572166943,
                            "lte": 1596593766943,
                            "format": "epoch_millis"
                        }
                    }
                },
                {
                    "query_string": {
                        "analyze_wildcard": true,
                        "query": "hostname:localhost OR test"
                    }
                }
            ]
        }
    },
    "aggs": {
        "2": {
            "date_histogram": {
                "interval": "30s",
                "field": "@timestamp",
                "min_doc_count": 0,
                "extended_bounds": {
                    "min": 1596572166943,
                    "max": 1596593766943
                },
                "format": "epoch_millis"
            },
            "aggs": {
                "1": {
              "avg": {
                "field": "mainunit.flow_count"
              }
        }
            }
        }
    }
}

size表示查询结果中显示多少条原始语句

es聚合查询语法

标签:his   col   card   timestamp   amp   ram   local   class   color   

原文地址:https://www.cnblogs.com/blue-rain/p/14041683.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!