GET log-indices/_search
{
"size": 0,
"query": {
"bool": {
"must": [
{
"match": {
"http_host.keyword": "img.xxxx.com"
}
},
{
"match": {
"client_ip.keyword": "ucloud_cdn_ip"
}
},
{
"match": {
"status.keyword": "200"
}
},
{
"range": {
"@timestamp": {
"gte": "2019-01-30T00:00:00.000000000+00:00",
"lte": "2019-01-30T02:00:00.000000000+00:00"
}
}
}
]
}
},
"aggs": {
"ucloud_cdn_huiyuan": {
"terms": {
"field": "request.keyword",
"size": 100
}
}
}
}
查询cdn重复回源
最新推荐文章于 2025-05-08 14:46:03 发布