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 | |
---|---|---|
San Jose | 55 | 15.19% |
Fremont | 42 | 11.6% |
Boardman | 41 | 11.33% |
Snow Hill | 40 | 11.05% |
Ashburn | 39 | 10.77% |
Hilliard | 31 | 8.56% |
Greenville | 28 | 7.73% |
Los Angeles | 20 | 5.52% |
Ayden | 11 | 3.04% |
Big Rapids | 6 | 1.66% |
Indio | 5 | 1.38% |
San Francisco | 5 | 1.38% |
Richardson | 4 | 1.1% |
Perrinton | 3 | 0.83% |
Washington | 3 | 0.83% |
Canadian Lakes | 2 | 0.55% |
Denver | 2 | 0.55% |
Herndon | 2 | 0.55% |
Los Altos | 2 | 0.55% |
Miami | 2 | 0.55% |
New York City | 2 | 0.55% |
Portland | 2 | 0.55% |
Saratoga | 2 | 0.55% |
Sunnyvale | 2 | 0.55% |
Alameda | 1 | 0.28% |
Austin | 1 | 0.28% |
Brownsville | 1 | 0.28% |
Edwardsville | 1 | 0.28% |
El Paso | 1 | 0.28% |
El Segundo | 1 | 0.28% |
Indianapolis | 1 | 0.28% |
Ontario | 1 | 0.28% |
Stanton | 1 | 0.28% |
Sunland Park | 1 | 0.28% |
Thousand Oaks | 1 | 0.28% |
Total | 362 | 100.0% |
JSON Report
{
"total": 362,
"total_omitted": 0,
"duration": 554,
"potential_deviation": 0,
"buckets": [
{
"key": "San Jose",
"count": 55
},
{
"key": "Fremont",
"count": 42
},
{
"key": "Boardman",
"count": 41
},
{
"key": "Snow Hill",
"count": 40
},
{
"key": "Ashburn",
"count": 39
},
{
"key": "Hilliard",
"count": 31
},
{
"key": "Greenville",
"count": 28
},
{
"key": "Los Angeles",
"count": 20
},
{
"key": "Ayden",
"count": 11
},
{
"key": "Big Rapids",
"count": 6
},
{
"key": "Indio",
"count": 5
},
{
"key": "San Francisco",
"count": 5
},
{
"key": "Richardson",
"count": 4
},
{
"key": "Perrinton",
"count": 3
},
{
"key": "Washington",
"count": 3
},
{
"key": "Canadian Lakes",
"count": 2
},
{
"key": "Denver",
"count": 2
},
{
"key": "Herndon",
"count": 2
},
{
"key": "Los Altos",
"count": 2
},
{
"key": "Miami",
"count": 2
},
{
"key": "New York City",
"count": 2
},
{
"key": "Portland",
"count": 2
},
{
"key": "Saratoga",
"count": 2
},
{
"key": "Sunnyvale",
"count": 2
},
{
"key": "Alameda",
"count": 1
},
{
"key": "Austin",
"count": 1
},
{
"key": "Brownsville",
"count": 1
},
{
"key": "Edwardsville",
"count": 1
},
{
"key": "El Paso",
"count": 1
},
{
"key": "El Segundo",
"count": 1
},
{
"key": "Indianapolis",
"count": 1
},
{
"key": "Ontario",
"count": 1
},
{
"key": "Stanton",
"count": 1
},
{
"key": "Sunland Park",
"count": 1
},
{
"key": "Thousand Oaks",
"count": 1
}
],
"query": "services.software.vendor:\"Huawei\" and location.country='United States'",
"field": "location.city"
}