Skip to content

Instantly share code, notes, and snippets.

@jeesim2
Last active August 29, 2015 14:10
Show Gist options
  • Save jeesim2/7bccd9d0d8bb4368cc77 to your computer and use it in GitHub Desktop.
Save jeesim2/7bccd9d0d8bb4368cc77 to your computer and use it in GitHub Desktop.
### request
```
POST /logstash-2014.11.23/_log/_search
{
"size": 0,
"aggs": {
"country": {
"terms": {
"field": "Locale",
"size": 0
},
"aggs": {
"event": {
"terms": {
"field": "_EventID_",
"size": 0
},
"aggs": {
"uniqueCount": {
"cardinality": {
"field": "UUID"
}
}
}
}
}
}
}
}
```
### response
```
{
"took": 338,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
},
"hits": {
"total": 2192554,
"max_score": 0,
"hits": [
]
},
"aggregations": {
"country": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "kokr",
"doc_count": 833498,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 825768,
"uniqueCount": {
"value": 794971
}
},
{
"key": "themepackage",
"doc_count": 7730,
"uniqueCount": {
"value": 2205
}
}
]
}
},
{
"key": "enus",
"doc_count": 205398,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 203641,
"uniqueCount": {
"value": 214557
}
},
{
"key": "themepackage",
"doc_count": 1739,
"uniqueCount": {
"value": 693
}
}
]
}
},
{
"key": "engb",
"doc_count": 87054,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 86298,
"uniqueCount": {
"value": 79796
}
},
{
"key": "themepackage",
"doc_count": 751,
"uniqueCount": {
"value": 187
}
},
{
"key": "hea",
"doc_count": 1,
"uniqueCount": {
"value": 1
}
}
]
}
},
{
"key": "inid",
"doc_count": 75777,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 75118,
"uniqueCount": {
"value": 56597
}
},
{
"key": "themepackage",
"doc_count": 659,
"uniqueCount": {
"value": 256
}
}
]
}
},
{
"key": "zhtw",
"doc_count": 62438,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 61985,
"uniqueCount": {
"value": 45437
}
},
{
"key": "themepackage",
"doc_count": 451,
"uniqueCount": {
"value": 283
}
}
]
}
},
{
"key": "thth",
"doc_count": 43273,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 42952,
"uniqueCount": {
"value": 30434
}
},
{
"key": "themepackage",
"doc_count": 321,
"uniqueCount": {
"value": 98
}
}
]
}
},
{
"key": "esus",
"doc_count": 28386,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 28210,
"uniqueCount": {
"value": 18756
}
},
{
"key": "themepackage",
"doc_count": 175,
"uniqueCount": {
"value": 71
}
}
]
}
},
{
"key": "jajp",
"doc_count": 25845,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 25750,
"uniqueCount": {
"value": 21946
}
},
{
"key": "themepackage",
"doc_count": 95,
"uniqueCount": {
"value": 70
}
}
]
}
},
{
"key": "zhcn",
"doc_count": 23094,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 22851,
"uniqueCount": {
"value": 22010
}
},
{
"key": "themepackage",
"doc_count": 212,
"uniqueCount": {
"value": 62
}
},
{
"key": "heartb",
"doc_count": 1,
"uniqueCount": {
"value": 1
}
}
]
}
},
{
"key": "enph",
"doc_count": 16117,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 15918,
"uniqueCount": {
"value": 20585
}
},
{
"key": "themepackage",
"doc_count": 196,
"uniqueCount": {
"value": 53
}
}
]
}
},
{
"key": "ruru",
"doc_count": 14421,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 14320,
"uniqueCount": {
"value": 13571
}
},
{
"key": "themepackage",
"doc_count": 101,
"uniqueCount": {
"value": 32
}
}
]
}
},
{
"key": "eses",
"doc_count": 13832,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 13773,
"uniqueCount": {
"value": 19569
}
},
{
"key": "themepackage",
"doc_count": 57,
"uniqueCount": {
"value": 21
}
}
]
}
},
{
"key": "vivn",
"doc_count": 12074,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 11956,
"uniqueCount": {
"value": 7110
}
},
{
"key": "themepackage",
"doc_count": 118,
"uniqueCount": {
"value": 42
}
}
]
}
},
{
"key": "ptbr",
"doc_count": 11775,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 11699,
"uniqueCount": {
"value": 15197
}
},
{
"key": "themepackage",
"doc_count": 76,
"uniqueCount": {
"value": 30
}
}
]
}
},
{
"key": "enin",
"doc_count": 9601,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 9537,
"uniqueCount": {
"value": 8814
}
},
{
"key": "themepackage",
"doc_count": 62,
"uniqueCount": {
"value": 34
}
}
]
}
},
{
"key": "esmx",
"doc_count": 8703,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 8655,
"uniqueCount": {
"value": 7013
}
},
{
"key": "themepackage",
"doc_count": 48,
"uniqueCount": {
"value": 17
}
}
]
}
},
{
"key": "frfr",
"doc_count": 7816,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 7768,
"uniqueCount": {
"value": 6851
}
},
{
"key": "themepackage",
"doc_count": 47,
"uniqueCount": {
"value": 18
}
}
]
}
},
{
"key": "zhhk",
"doc_count": 7601,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 7553,
"uniqueCount": {
"value": 6802
}
},
{
"key": "themepackage",
"doc_count": 48,
"uniqueCount": {
"value": 22
}
}
]
}
},
{
"key": "enau",
"doc_count": 6828,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 6781,
"uniqueCount": {
"value": 4383
}
},
{
"key": "themepackage",
"doc_count": 47,
"uniqueCount": {
"value": 28
}
}
]
}
},
{
"key": "trtr",
"doc_count": 6746,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 6729,
"uniqueCount": {
"value": 5336
}
},
{
"key": "themepackage",
"doc_count": 17,
"uniqueCount": {
"value": 9
}
}
]
}
},
{
"key": "arae",
"doc_count": 6742,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 6639,
"uniqueCount": {
"value": 6315
}
},
{
"key": "themepackage",
"doc_count": 102,
"uniqueCount": {
"value": 36
}
}
]
}
},
{
"key": "enca",
"doc_count": 5304,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 5273,
"uniqueCount": {
"value": 8019
}
},
{
"key": "themepackage",
"doc_count": 31,
"uniqueCount": {
"value": 12
}
}
]
}
},
{
"key": "itit",
"doc_count": 4781,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 4769,
"uniqueCount": {
"value": 4612
}
},
{
"key": "themepackage",
"doc_count": 12,
"uniqueCount": {
"value": 6
}
}
]
}
},
{
"key": "dede",
"doc_count": 4619,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 4593,
"uniqueCount": {
"value": 3833
}
},
{
"key": "themepackage",
"doc_count": 26,
"uniqueCount": {
"value": 16
}
}
]
}
},
{
"key": "fair",
"doc_count": 4045,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 3981,
"uniqueCount": {
"value": 4918
}
},
{
"key": "themepackage",
"doc_count": 64,
"uniqueCount": {
"value": 11
}
}
]
}
},
{
"key": "msmy",
"doc_count": 3960,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 3947,
"uniqueCount": {
"value": 3794
}
},
{
"key": "themepackage",
"doc_count": 12,
"uniqueCount": {
"value": 8
}
}
]
}
},
{
"key": "plpl",
"doc_count": 2058,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 2055,
"uniqueCount": {
"value": 1476
}
},
{
"key": "themepackage",
"doc_count": 3,
"uniqueCount": {
"value": 2
}
}
]
}
},
{
"key": "areg",
"doc_count": 1988,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 1977,
"uniqueCount": {
"value": 1738
}
},
{
"key": "themepackage",
"doc_count": 11,
"uniqueCount": {
"value": 3
}
}
]
}
},
{
"key": "ensg",
"doc_count": 1541,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 1533,
"uniqueCount": {
"value": 1400
}
},
{
"key": "themepackage",
"doc_count": 8,
"uniqueCount": {
"value": 6
}
}
]
}
},
{
"key": "nlnl",
"doc_count": 1408,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 1406,
"uniqueCount": {
"value": 1050
}
},
{
"key": "themepackage",
"doc_count": 2,
"uniqueCount": {
"value": 1
}
}
]
}
},
{
"key": "roro",
"doc_count": 1406,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 1395,
"uniqueCount": {
"value": 935
}
},
{
"key": "themepackage",
"doc_count": 11,
"uniqueCount": {
"value": 3
}
}
]
}
},
{
"key": "ptpt",
"doc_count": 1341,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 1337,
"uniqueCount": {
"value": 2520
}
},
{
"key": "themepackage",
"doc_count": 4,
"uniqueCount": {
"value": 2
}
}
]
}
},
{
"key": "elgr",
"doc_count": 1209,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 1209,
"uniqueCount": {
"value": 788
}
}
]
}
},
{
"key": "cscz",
"doc_count": 980,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 978,
"uniqueCount": {
"value": 856
}
},
{
"key": "themepackage",
"doc_count": 2,
"uniqueCount": {
"value": 1
}
}
]
}
},
{
"key": "ennz",
"doc_count": 949,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 930,
"uniqueCount": {
"value": 678
}
},
{
"key": "themepackage",
"doc_count": 19,
"uniqueCount": {
"value": 8
}
}
]
}
},
{
"key": "huhu",
"doc_count": 928,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 928,
"uniqueCount": {
"value": 1443
}
}
]
}
},
{
"key": "fairlnum",
"doc_count": 904,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 900,
"uniqueCount": {
"value": 551
}
},
{
"key": "themepackage",
"doc_count": 4,
"uniqueCount": {
"value": 2
}
}
]
}
},
{
"key": "esar",
"doc_count": 772,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 772,
"uniqueCount": {
"value": 536
}
}
]
}
},
{
"key": "iwil",
"doc_count": 715,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 711,
"uniqueCount": {
"value": 573
}
},
{
"key": "themepackage",
"doc_count": 4,
"uniqueCount": {
"value": 2
}
}
]
}
},
{
"key": "ukua",
"doc_count": 668,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 658,
"uniqueCount": {
"value": 574
}
},
{
"key": "themepackage",
"doc_count": 10,
"uniqueCount": {
"value": 1
}
}
]
}
},
{
"key": "svse",
"doc_count": 647,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 644,
"uniqueCount": {
"value": 519
}
},
{
"key": "themepackage",
"doc_count": 3,
"uniqueCount": {
"value": 3
}
}
]
}
},
{
"key": "srrs",
"doc_count": 641,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 640,
"uniqueCount": {
"value": 642
}
},
{
"key": "themepackage",
"doc_count": 1,
"uniqueCount": {
"value": 1
}
}
]
}
},
{
"key": "enhk",
"doc_count": 583,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 581,
"uniqueCount": {
"value": 573
}
},
{
"key": "themepackage",
"doc_count": 2,
"uniqueCount": {
"value": 2
}
}
]
}
},
{
"key": "enza",
"doc_count": 582,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 580,
"uniqueCount": {
"value": 471
}
},
{
"key": "themepackage",
"doc_count": 2,
"uniqueCount": {
"value": 2
}
}
]
}
},
{
"key": "escl",
"doc_count": 494,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 490,
"uniqueCount": {
"value": 748
}
},
{
"key": "themepackage",
"doc_count": 4,
"uniqueCount": {
"value": 2
}
}
]
}
},
{
"key": "fafa",
"doc_count": 489,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 477,
"uniqueCount": {
"value": 446
}
},
{
"key": "themepackage",
"doc_count": 12,
"uniqueCount": {
"value": 5
}
}
]
}
},
{
"key": "espe",
"doc_count": 472,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 467,
"uniqueCount": {
"value": 417
}
},
{
"key": "themepackage",
"doc_count": 5,
"uniqueCount": {
"value": 3
}
}
]
}
},
{
"key": "hrhr",
"doc_count": 448,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 448,
"uniqueCount": {
"value": 380
}
}
]
}
},
{
"key": "bgbg",
"doc_count": 428,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 425,
"uniqueCount": {
"value": 331
}
},
{
"key": "themepackage",
"doc_count": 3,
"uniqueCount": {
"value": 1
}
}
]
}
},
{
"key": "enmy",
"doc_count": 397,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 397,
"uniqueCount": {
"value": 388
}
}
]
}
},
{
"key": "enie",
"doc_count": 360,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 358,
"uniqueCount": {
"value": 289
}
},
{
"key": "themepackage",
"doc_count": 2,
"uniqueCount": {
"value": 1
}
}
]
}
},
{
"key": "esco",
"doc_count": 344,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 344,
"uniqueCount": {
"value": 372
}
}
]
}
},
{
"key": "sksk",
"doc_count": 317,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 317,
"uniqueCount": {
"value": 237
}
}
]
}
},
{
"key": "esve",
"doc_count": 309,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 309,
"uniqueCount": {
"value": 318
}
}
]
}
},
{
"key": "deat",
"doc_count": 300,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 298,
"uniqueCount": {
"value": 304
}
},
{
"key": "themepackage",
"doc_count": 2,
"uniqueCount": {
"value": 1
}
}
]
}
},
{
"key": "fifi",
"doc_count": 297,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 297,
"uniqueCount": {
"value": 337
}
}
]
}
},
{
"key": "frca",
"doc_count": 276,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 275,
"uniqueCount": {
"value": 275
}
},
{
"key": "themepackage",
"doc_count": 1,
"uniqueCount": {
"value": 1
}
}
]
}
},
{
"key": "nlbe",
"doc_count": 247,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 247,
"uniqueCount": {
"value": 206
}
}
]
}
},
{
"key": "ltlt",
"doc_count": 235,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 235,
"uniqueCount": {
"value": 245
}
}
]
}
},
{
"key": "frbe",
"doc_count": 192,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 192,
"uniqueCount": {
"value": 259
}
}
]
}
},
{
"key": "nbno",
"doc_count": 188,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 186,
"uniqueCount": {
"value": 228
}
},
{
"key": "themepackage",
"doc_count": 2,
"uniqueCount": {
"value": 1
}
}
]
}
},
{
"key": "zhsg",
"doc_count": 186,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 181,
"uniqueCount": {
"value": 126
}
},
{
"key": "themepackage",
"doc_count": 5,
"uniqueCount": {
"value": 3
}
}
]
}
},
{
"key": "ruua",
"doc_count": 179,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 174,
"uniqueCount": {
"value": 107
}
},
{
"key": "themepackage",
"doc_count": 5,
"uniqueCount": {
"value": 2
}
}
]
}
},
{
"key": "dadk",
"doc_count": 165,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 165,
"uniqueCount": {
"value": 87
}
}
]
}
},
{
"key": "enth",
"doc_count": 161,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 150,
"uniqueCount": {
"value": 141
}
},
{
"key": "themepackage",
"doc_count": 11,
"uniqueCount": {
"value": 1
}
}
]
}
},
{
"key": "dech",
"doc_count": 156,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 156,
"uniqueCount": {
"value": 147
}
}
]
}
},
{
"key": "esec",
"doc_count": 150,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 150,
"uniqueCount": {
"value": 91
}
}
]
}
},
{
"key": "en",
"doc_count": 149,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 149,
"uniqueCount": {
"value": 111
}
}
]
}
},
{
"key": "enid",
"doc_count": 145,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 145,
"uniqueCount": {
"value": 165
}
}
]
}
},
{
"key": "th",
"doc_count": 131,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 131,
"uniqueCount": {
"value": 73
}
}
]
}
},
{
"key": "ththauto",
"doc_count": 131,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 131,
"uniqueCount": {
"value": 91
}
}
]
}
},
{
"key": "arsa",
"doc_count": 130,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 124,
"uniqueCount": {
"value": 116
}
},
{
"key": "themepackage",
"doc_count": 6,
"uniqueCount": {
"value": 3
}
}
]
}
},
{
"key": "caes",
"doc_count": 128,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 128,
"uniqueCount": {
"value": 183
}
}
]
}
},
{
"key": "espa",
"doc_count": 124,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 124,
"uniqueCount": {
"value": 62
}
}
]
}
},
{
"key": "entw",
"doc_count": 123,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 123,
"uniqueCount": {
"value": 90
}
}
]
}
},
{
"key": "frch",
"doc_count": 115,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 115,
"uniqueCount": {
"value": 168
}
}
]
}
},
{
"key": "slsi",
"doc_count": 115,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 115,
"uniqueCount": {
"value": 121
}
}
]
}
},
{
"key": "azaz",
"doc_count": 102,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 102,
"uniqueCount": {
"value": 65
}
}
]
}
},
{
"key": "esbo",
"doc_count": 99,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 99,
"uniqueCount": {
"value": 102
}
}
]
}
},
{
"key": "in",
"doc_count": 97,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 86,
"uniqueCount": {
"value": 69
}
},
{
"key": "themepackage",
"doc_count": 11,
"uniqueCount": {
"value": 1
}
}
]
}
},
{
"key": "lvlv",
"doc_count": 95,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 95,
"uniqueCount": {
"value": 100
}
}
]
}
},
{
"key": "es",
"doc_count": 93,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 93,
"uniqueCount": {
"value": 91
}
}
]
}
},
{
"key": "ruby",
"doc_count": 85,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 84,
"uniqueCount": {
"value": 68
}
},
{
"key": "themepackage",
"doc_count": 1,
"uniqueCount": {
"value": 1
}
}
]
}
},
{
"key": "ko",
"doc_count": 74,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 74,
"uniqueCount": {
"value": 72
}
}
]
}
},
{
"key": "aril",
"doc_count": 73,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 73,
"uniqueCount": {
"value": 51
}
}
]
}
},
{
"key": "enae",
"doc_count": 60,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 60,
"uniqueCount": {
"value": 46
}
}
]
}
},
{
"key": "esgt",
"doc_count": 60,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 60,
"uniqueCount": {
"value": 44
}
}
]
}
},
{
"key": "etee",
"doc_count": 58,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 57,
"uniqueCount": {
"value": 62
}
},
{
"key": "themepackage",
"doc_count": 1,
"uniqueCount": {
"value": 1
}
}
]
}
},
{
"key": "areglnum",
"doc_count": 57,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 57,
"uniqueCount": {
"value": 58
}
}
]
}
},
{
"key": "escr",
"doc_count": 57,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 57,
"uniqueCount": {
"value": 47
}
}
]
}
},
{
"key": "kogb",
"doc_count": 50,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 50,
"uniqueCount": {
"value": 51
}
}
]
}
},
{
"key": "esuy",
"doc_count": 44,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 44,
"uniqueCount": {
"value": 47
}
}
]
}
},
{
"key": "zzzz",
"doc_count": 40,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 40,
"uniqueCount": {
"value": 34
}
}
]
}
},
{
"key": "essv",
"doc_count": 38,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 38,
"uniqueCount": {
"value": 49
}
}
]
}
},
{
"key": "eneg",
"doc_count": 35,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 35,
"uniqueCount": {
"value": 33
}
}
]
}
},
{
"key": "enen",
"doc_count": 35,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 35,
"uniqueCount": {
"value": 24
}
}
]
}
},
{
"key": "rukz",
"doc_count": 35,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 35,
"uniqueCount": {
"value": 36
}
}
]
}
},
{
"key": "ru",
"doc_count": 34,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 34,
"uniqueCount": {
"value": 27
}
}
]
}
},
{
"key": "bsba",
"doc_count": 33,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 33,
"uniqueCount": {
"value": 32
}
}
]
}
},
{
"key": "enmm",
"doc_count": 33,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 33,
"uniqueCount": {
"value": 23
}
}
]
}
},
{
"key": "kage",
"doc_count": 32,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 32,
"uniqueCount": {
"value": 21
}
}
]
}
},
{
"key": "mymm",
"doc_count": 32,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 32,
"uniqueCount": {
"value": 41
}
}
]
}
},
{
"key": "tr",
"doc_count": 31,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 31,
"uniqueCount": {
"value": 38
}
}
]
}
},
{
"key": "espr",
"doc_count": 28,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 28,
"uniqueCount": {
"value": 30
}
}
]
}
},
{
"key": "eshn",
"doc_count": 27,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 27,
"uniqueCount": {
"value": 20
}
}
]
}
},
{
"key": "es41",
"doc_count": 26,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 26,
"uniqueCount": {
"value": 19
}
}
]
}
},
{
"key": "esdo",
"doc_count": 24,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 24,
"uniqueCount": {
"value": 20
}
}
]
}
},
{
"key": "hiin",
"doc_count": 24,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 24,
"uniqueCount": {
"value": 21
}
}
]
}
},
{
"key": "vius",
"doc_count": 24,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 24,
"uniqueCount": {
"value": 19
}
}
]
}
},
{
"key": "ensa",
"doc_count": 23,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 23,
"uniqueCount": {
"value": 27
}
}
]
}
},
{
"key": "envn",
"doc_count": 23,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 23,
"uniqueCount": {
"value": 31
}
}
]
}
},
{
"key": "arye",
"doc_count": 21,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 21,
"uniqueCount": {
"value": 21
}
}
]
}
},
{
"key": "enpk",
"doc_count": 21,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 21,
"uniqueCount": {
"value": 18
}
}
]
}
},
{
"key": "enru",
"doc_count": 20,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 20,
"uniqueCount": {
"value": 17
}
}
]
}
},
{
"key": "inin",
"doc_count": 20,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 20,
"uniqueCount": {
"value": 14
}
}
]
}
},
{
"key": "encn",
"doc_count": 19,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 19,
"uniqueCount": {
"value": 18
}
}
]
}
},
{
"key": "lola",
"doc_count": 17,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 17,
"uniqueCount": {
"value": 12
}
}
]
}
},
{
"key": "ar",
"doc_count": 16,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 16,
"uniqueCount": {
"value": 14
}
}
]
}
},
{
"key": "ende",
"doc_count": 16,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 16,
"uniqueCount": {
"value": 17
}
}
]
}
},
{
"key": "faae",
"doc_count": 16,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 16,
"uniqueCount": {
"value": 14
}
}
]
}
},
{
"key": "kmkh",
"doc_count": 16,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 16,
"uniqueCount": {
"value": 16
}
}
]
}
},
{
"key": "us",
"doc_count": 16,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 16,
"uniqueCount": {
"value": 14
}
}
]
}
},
{
"key": "mkmk",
"doc_count": 14,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 14,
"uniqueCount": {
"value": 13
}
}
]
}
},
{
"key": "esbr",
"doc_count": 13,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 13,
"uniqueCount": {
"value": 14
}
}
]
}
},
{
"key": "esni",
"doc_count": 13,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 13,
"uniqueCount": {
"value": 14
}
}
]
}
},
{
"key": "fa",
"doc_count": 13,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 13,
"uniqueCount": {
"value": 11
}
}
]
}
},
{
"key": "kous",
"doc_count": 13,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 13,
"uniqueCount": {
"value": 19
}
}
]
}
},
{
"key": "sr",
"doc_count": 13,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 13,
"uniqueCount": {
"value": 10
}
}
]
}
},
{
"key": "suid",
"doc_count": 13,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 13,
"uniqueCount": {
"value": 15
}
}
]
}
},
{
"key": "bnin",
"doc_count": 12,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 12,
"uniqueCount": {
"value": 12
}
}
]
}
},
{
"key": "deli",
"doc_count": 12,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 12,
"uniqueCount": {
"value": 9
}
}
]
}
},
{
"key": "endz",
"doc_count": 12,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 12,
"uniqueCount": {
"value": 15
}
}
]
}
},
{
"key": "uzuz",
"doc_count": 12,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 12,
"uniqueCount": {
"value": 11
}
}
]
}
},
{
"key": "ench",
"doc_count": 11,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 11,
"uniqueCount": {
"value": 9
}
}
]
}
},
{
"key": "enfr",
"doc_count": 11,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 11,
"uniqueCount": {
"value": 9
}
}
]
}
},
{
"key": "enkr",
"doc_count": 11,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 11,
"uniqueCount": {
"value": 12
}
}
]
}
},
{
"key": "entr",
"doc_count": 11,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 11,
"uniqueCount": {
"value": 10
}
}
]
}
},
{
"key": "faus",
"doc_count": 11,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 11,
"uniqueCount": {
"value": 8
}
}
]
}
},
{
"key": "itch",
"doc_count": 11,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 11,
"uniqueCount": {
"value": 10
}
}
]
}
},
{
"key": "enro",
"doc_count": 10,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 10,
"uniqueCount": {
"value": 8
}
}
]
}
},
{
"key": "myzg",
"doc_count": 10,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 10,
"uniqueCount": {
"value": 10
}
}
]
}
},
{
"key": "encz",
"doc_count": 9,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 9,
"uniqueCount": {
"value": 12
}
}
]
}
},
{
"key": "enjp",
"doc_count": 9,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 9,
"uniqueCount": {
"value": 11
}
}
]
}
},
{
"key": "ennl",
"doc_count": 9,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 9,
"uniqueCount": {
"value": 10
}
}
]
}
},
{
"key": "jvid",
"doc_count": 9,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 9,
"uniqueCount": {
"value": 8
}
}
]
}
},
{
"key": "ruus",
"doc_count": 9,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 9,
"uniqueCount": {
"value": 11
}
}
]
}
},
{
"key": "thgb",
"doc_count": 9,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 9,
"uniqueCount": {
"value": 6
}
}
]
}
},
{
"key": "vivi",
"doc_count": 9,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 9,
"uniqueCount": {
"value": 6
}
}
]
}
},
{
"key": "esgb",
"doc_count": 8,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 8,
"uniqueCount": {
"value": 12
}
}
]
}
},
{
"key": "faiq",
"doc_count": 8,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 8,
"uniqueCount": {
"value": 8
}
}
]
}
},
{
"key": "iwis",
"doc_count": 8,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 8,
"uniqueCount": {
"value": 6
}
}
]
}
},
{
"key": "srcs",
"doc_count": 8,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 8,
"uniqueCount": {
"value": 9
}
}
]
}
},
{
"key": "arar",
"doc_count": 7,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 6,
"uniqueCount": {
"value": 6
}
},
{
"key": "heartbea",
"doc_count": 1,
"uniqueCount": {
"value": 1
}
}
]
}
},
{
"key": "arus",
"doc_count": 7,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 6,
"uniqueCount": {
"value": 6
}
},
{
"key": "themepackage",
"doc_count": 1,
"uniqueCount": {
"value": 1
}
}
]
}
},
{
"key": "encs",
"doc_count": 7,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 7,
"uniqueCount": {
"value": 9
}
}
]
}
},
{
"key": "enkw",
"doc_count": 7,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 7,
"uniqueCount": {
"value": 8
}
}
]
}
},
{
"key": "enua",
"doc_count": 7,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 7,
"uniqueCount": {
"value": 6
}
}
]
}
},
{
"key": "espy",
"doc_count": 7,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 7,
"uniqueCount": {
"value": 6
}
}
]
}
},
{
"key": "frus",
"doc_count": 7,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 7,
"uniqueCount": {
"value": 6
}
}
]
}
},
{
"key": "ja",
"doc_count": 7,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 7,
"uniqueCount": {
"value": 9
}
}
]
}
},
{
"key": "ruge",
"doc_count": 7,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 7,
"uniqueCount": {
"value": 6
}
}
]
}
},
{
"key": "rumd",
"doc_count": 7,
"event": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "heartbeat",
"doc_count": 7,
"uniqueCount": {
"value": 6
}
}
]
}
},
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment