Location
Location data in Legacy Search datasets contain information related to the geographic location of the host. A complete list of host data fields and information is available in the in-app data definitions page.
Example fields
Field | Type | Description |
---|---|---|
location | object | |
location.city | text | The English name of the detected city. |
location.continent | keyword | The English name of the detected continent (North America, Europe, Asia, South America, Africa, Oceania, Antarctica). |
location.coordinates | object | The estimated coordinates of the detected location. |
location.coordinates.latitude | double | |
location.coordinates.longitude | double | |
location.country | text | The English name of the detected country. |
location.country_code | keyword | The detected two-letter ISO 3166-1 alpha-2 country code (US, CN, GB, RU, ...). |
location.postal_code | keyword | The postal code (if applicable) of the detected location. |
location.province | text | The state or province name of the detected location. |
location.registered_country | text | The English name of the registered country. |
location.registered_country_code | keyword | The registered country's two-letter ISO 3166-1 alpha-2 country code (US, CN, GB, RU, ...). |
location.timezone | text | The IANA time zone database name of the detected location. |
Example queries
Query description | Legacy Search query | Run query in Legacy Search |
---|---|---|
Find hosts by city |
| |
Search for hosts whose location is within a box specified by its geographic coordinates Draw a box and open Search with the coordinate ranges populated |
| |
Return all hosts located either in the United States or Canada |
| |
Return all hosts whose country is among this set of countries in the Americas |
| |
Search for hosts in the U.S. with any reference to the string "teslamate" |
| |
Search for hosts in Russia |
| |
Find hosts running software from a specific country |
| |
Search for hosts in Israel, excluding Tel Aviv |
| |
Find hosts by country |
| |
Find North Korean Hosts |
| |
Find hosts by state |
| |
Find hosts by state and city |
|
Updated 8 days ago