-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
optd-qa-kibana-request-por-non-geo-map.json
99 lines (98 loc) · 1.82 KB
/
optd-qa-kibana-request-por-non-geo-map.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"size": 0,
"aggs": {
"totalEntities": {
"cardinality": {
"precision_threshold": 1,
"field": "country_code"
}
},
"entitySplit": {
"terms": {
"size": 10000,
"shard_size": 10000,
"field": "country_code"
},
"aggs": {
"entityHits": {
"top_hits": {
"size": 5,
"script_fields": {},
"docvalue_fields": [
"coord",
"page_rank"
],
"sort": [
{
"page_rank": {
"order": "desc"
}
}
],
"_source": false
}
}
}
}
},
"stored_fields": [
"*"
],
"script_fields": {},
"docvalue_fields": [
{
"field": "date_from",
"format": "date_time"
},
{
"field": "date_until",
"format": "date_time"
},
{
"field": "moddate",
"format": "date_time"
},
{
"field": "timestamp",
"format": "date_time"
}
],
"_source": {
"excludes": []
},
"query": {
"bool": {
"must": [],
"filter": [
{
"match_all": {}
},
{
"geo_bounding_box": {
"coord": {
"top_left": [
-86.08973499999999,
76.14533
],
"bottom_right": [
110.05720500000001,
17.684290000000004
]
}
}
},
{
"range": {
"timestamp": {
"gte": "2020-04-11T18:50:38.712Z",
"lte": "2020-04-12T18:50:38.712Z",
"format": "strict_date_optional_time"
}
}
}
],
"should": [],
"must_not": []
}
}
}