-
Notifications
You must be signed in to change notification settings - Fork 1
/
kibanasearch.json
76 lines (76 loc) · 1.36 KB
/
kibanasearch.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
{
"fielddata_fields": [
"@timestamp",
"timestamp8601",
"time",
"to",
"from"
],
"script_fields": null,
"fields": [
"*",
"_source"
],
"aggs": {
"2": {
"date_histogram": {
"extended_bounds": {
"max": 1461788659689,
"min": 1461787759689
},
"min_doc_count": 0,
"time_zone": "America\/New_York",
"interval": "30s",
"field": "@timestamp"
}
}
},
"query": {
"filtered": {
"filter": {
"bool": {
"must_not": [],
"must": [
{
"range": {
"@timestamp": {
"format": "epoch_millis",
"lte": 1461788659689,
"gte": 1461787759689
}
}
}
]
}
},
"query": {
"query_string": {
"analyze_wildcard": true,
"query": "service:etcd AND dial"
}
}
}
},
"highlight": {
"fragment_size": 2147483647,
"require_field_match": false,
"fields": {
"*": null
},
"post_tags": [
"@\/kibana-highlighted-field@"
],
"pre_tags": [
"@kibana-highlighted-field@"
]
},
"sort": [
{
"@timestamp": {
"unmapped_type": "boolean",
"order": "desc"
}
}
],
"size": 500
}