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 | |
|---|---|---|
| Ashburn | 5,676,682 | 2.59% |
| Seoul | 5,497,879 | 2.51% |
| Frankfurt am Main | 4,052,865 | 1.85% |
| London | 3,814,702 | 1.74% |
| Tokyo | 3,526,652 | 1.61% |
| Los Angeles | 2,821,604 | 1.29% |
| Copenhagen | 2,765,143 | 1.26% |
| Paris | 2,682,121 | 1.22% |
| Singapore | 2,616,676 | 1.2% |
| Hong Kong | 2,386,140 | 1.09% |
| Remaining Results | 183,120,476 | 83.63% |
| Total | 218,961,674 | 100.0% |
JSON Report
{
"query": "",
"field": "location.city",
"total": 218961674,
"duration": 194,
"total_omitted": 183120476,
"potential_deviation": 1392243,
"buckets": [
{
"key": "Ashburn",
"count": 5676682
},
{
"key": "Seoul",
"count": 5497879
},
{
"key": "Frankfurt am Main",
"count": 4052865
},
{
"key": "London",
"count": 3814702
},
{
"key": "Tokyo",
"count": 3526652
},
{
"key": "Los Angeles",
"count": 2821604
},
{
"key": "Copenhagen",
"count": 2765143
},
{
"key": "Paris",
"count": 2682121
},
{
"key": "Singapore",
"count": 2616676
},
{
"key": "Hong Kong",
"count": 2386140
}
]
}