Add `geo.region_iso_code`
See original GitHub issueThe basic GeoIP plugin provides this information when available, we should add it to ECS.
Note that I think there’s more to add in the geo
field set, but this one is straightforward.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Google Analytics Reporting API Changelog
Dimension - ga:regionIsoCode - The region ISO code of users, derived from IP addresses or Geographical IDs. Values are given as an ISO-3166-2...
Read more >Geo Fields | Elastic Common Schema (ECS) Reference [8.5]
Field Description Level
geo.city_name City name. type: keyword. example: Montreal core
geo.country_iso_code Country ISO code. type: keyword. example: CA core
geo.country_name Country name. type: keyword. example:...
Read more >About Geographical Data - Analytics Help - Google Support
Organize your data around your company's geographic regions. Importing geographical data enables the mapping of geographical IDs to custom regions, allowing you ...
Read more >Google Analytics Dimensions & Metrics - Amazon AWS
Google Analytics reaches 501 dimensions and metrics. A simple exploratory data analysis of Google Analytics Dimensions & Metrics using Google Analytics with R....
Read more >Can I get location information from Google Analytics [closed]
I am developing a dashboard. This dashboard gets some informations from another websites that I developed. I want to view the locations of ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I already feel like the field names are too tied to Geolite’s database naming. I’m not sure we should add 100% of the fields as the canonical names in ECS just yet. Not sure if it’s going to come to this eventually, but for now let’s add the most canonical names only.
Note that this doesn’t prevent you from saving all of the geolite fields in your indices.
Also
country_name
is missing, shouldn’t all fields from the Geoip Processor be added to thegeo
object?