ECS::LogEntry::Server::Geo
Inherits JSON::Serializable < Struct < Value < Object
Constructors
Instance methods
server.geo.city_name
City name.
Level: Core Type: Keyword Example:
Montreal
server.geo.continent_name
Name of the continent.
Level: Core Type: Keyword Example:
North America
server.geo.continent_name
Name of the continent.
Level: Core Type: Keyword Example:
North America
server.geo.country_iso_code
Country ISO code.
Level: Core Type: Keyword Example:
CA
server.geo.country_iso_code
Country ISO code.
Level: Core Type: Keyword Example:
CA
server.geo.country_name
Country name.
Level: Core Type: Keyword Example:
Canada
server.geo.location
Longitude and latitude.
Level: Core Type: GeoPoint Example:
{ "lon": -73.614830, "lat": 45.505918 }
server.geo.location
Longitude and latitude.
Level: Core Type: GeoPoint Example:
{ "lon": -73.614830, "lat": 45.505918 }
server.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
server.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
server.geo.region_iso_code
Region ISO code.
Level: Core Type: Keyword Example:
CA-QC
server.geo.region_iso_code
Region ISO code.
Level: Core Type: Keyword Example:
CA-QC
server.geo.region_name
Region name.
Level: Core Type: Keyword Example:
Quebec