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.country | hosts | |
|---|---|---|
| United States | 50,258,148 | 22.77% |
| Germany | 16,395,057 | 7.43% |
| South Korea | 14,298,397 | 6.48% |
| France | 13,347,367 | 6.05% |
| United Kingdom | 13,212,676 | 5.99% |
| China | 11,866,984 | 5.38% |
| Italy | 9,675,086 | 4.38% |
| Japan | 8,026,112 | 3.64% |
| Brazil | 6,284,359 | 2.85% |
| Hong Kong | 4,869,410 | 2.21% |
| Remaining Results | 72,514,357 | 32.85% |
| Total | 220,748,725 | 100.0% |
JSON Report
{
"query": "",
"field": "location.country",
"total": 220748725,
"duration": 131,
"total_omitted": 72514357,
"potential_deviation": 1544213,
"buckets": [
{
"key": "United States",
"count": 50258148
},
{
"key": "Germany",
"count": 16395057
},
{
"key": "South Korea",
"count": 14298397
},
{
"key": "France",
"count": 13347367
},
{
"key": "United Kingdom",
"count": 13212676
},
{
"key": "China",
"count": 11866984
},
{
"key": "Italy",
"count": 9675086
},
{
"key": "Japan",
"count": 8026112
},
{
"key": "Brazil",
"count": 6284359
},
{
"key": "Hong Kong",
"count": 4869410
}
]
}