Report on Hosts
This tool allows you to generate a report on the breakdown of a value present on the Hosts returned
by your query. For example, to generate a report on ports seen on Hosts with HTTP services, you could
query for services.service_name: HTTP and then generate a report on the breakdown
of the field
services.port
Report for Hosts
| location.city | hosts | |
|---|---|---|
| Seoul | 5,959,521 | 2.7% |
| Ashburn | 5,298,811 | 2.4% |
| Frankfurt am Main | 4,018,132 | 1.82% |
| London | 3,996,659 | 1.81% |
| Tokyo | 3,083,762 | 1.4% |
| Los Angeles | 2,736,248 | 1.24% |
| Paris | 2,698,485 | 1.22% |
| Singapore | 2,696,383 | 1.22% |
| Copenhagen | 2,630,378 | 1.19% |
| Hong Kong | 2,450,910 | 1.11% |
| Remaining Results | 185,178,664 | 83.89% |
| Total | 220,748,725 | 100.0% |
JSON Report
{
"query": "",
"field": "location.city",
"total": 220748725,
"duration": 162,
"total_omitted": 185178664,
"potential_deviation": 1358462,
"buckets": [
{
"key": "Seoul",
"count": 5959521
},
{
"key": "Ashburn",
"count": 5298811
},
{
"key": "Frankfurt am Main",
"count": 4018132
},
{
"key": "London",
"count": 3996659
},
{
"key": "Tokyo",
"count": 3083762
},
{
"key": "Los Angeles",
"count": 2736248
},
{
"key": "Paris",
"count": 2698485
},
{
"key": "Singapore",
"count": 2696383
},
{
"key": "Copenhagen",
"count": 2630378
},
{
"key": "Hong Kong",
"count": 2450910
}
]
}