ECS::LogEntry::Client::Geo
Inherits JSON::Serializable < Struct < Value < Object
Constructors
Instance methods
client.geo.city_name
City name.
Level: Core Type: Keyword Example:
Montreal
client.geo.continent_name
Name of the continent.
Level: Core Type: Keyword Example:
North America
client.geo.continent_name
Name of the continent.
Level: Core Type: Keyword Example:
North America
client.geo.country_iso_code
Country ISO code.
Level: Core Type: Keyword Example:
CA
client.geo.country_iso_code
Country ISO code.
Level: Core Type: Keyword Example:
CA
client.geo.country_name
Country name.
Level: Core Type: Keyword Example:
Canada
client.geo.location
Longitude and latitude.
Level: Core Type: GeoPoint Example:
{ "lon": -73.614830, "lat": 45.505918 }
client.geo.location
Longitude and latitude.
Level: Core Type: GeoPoint Example:
{ "lon": -73.614830, "lat": 45.505918 }
client.geo.name
User-defined description of a location, at the level of granularity they care about.
Could be the name of their data centers, the floor number, if this describes a local physical entity, city names.
Not typically used in automated geolocation.
Level: Extended Type: Keyword Example:
boston-dc
client.geo.name
User-defined description of a location, at the level of granularity they care about.
Could be the name of their data centers, the floor number, if this describes a local physical entity, city names.
Not typically used in automated geolocation.
Level: Extended Type: Keyword Example:
boston-dc
client.geo.region_iso_code
Region ISO code.
Level: Core Type: Keyword Example:
CA-QC
client.geo.region_iso_code
Region ISO code.
Level: Core Type: Keyword Example:
CA-QC
client.geo.region_name
Region name.
Level: Core Type: Keyword Example:
Quebec