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,902,925 | 23.25% |
| Germany | 16,383,316 | 7.48% |
| South Korea | 13,922,809 | 6.36% |
| United Kingdom | 13,198,665 | 6.03% |
| France | 13,049,894 | 5.96% |
| China | 12,413,803 | 5.67% |
| Italy | 9,534,001 | 4.35% |
| Japan | 7,747,131 | 3.54% |
| Brazil | 5,778,695 | 2.64% |
| Hong Kong | 4,777,073 | 2.18% |
| Remaining Results | 71,264,368 | 32.54% |
| Total | 218,973,414 | 100.0% |
JSON Report
{
"query": "",
"field": "location.country",
"total": 218973414,
"duration": 298,
"total_omitted": 71264368,
"potential_deviation": 1460891,
"buckets": [
{
"key": "United States",
"count": 50902925
},
{
"key": "Germany",
"count": 16383316
},
{
"key": "South Korea",
"count": 13922809
},
{
"key": "United Kingdom",
"count": 13198665
},
{
"key": "France",
"count": 13049894
},
{
"key": "China",
"count": 12413803
},
{
"key": "Italy",
"count": 9534001
},
{
"key": "Japan",
"count": 7747131
},
{
"key": "Brazil",
"count": 5778695
},
{
"key": "Hong Kong",
"count": 4777073
}
]
}