1Password / events-api-elastic

14 stars 6 forks source link

Includes Geolocation data for both Item Usages and Sign In Attempts Events #17

Closed anthonythleung closed 2 years ago

anthonythleung commented 2 years ago

This PR adds a new geo fields with geolocation information for both item usages events and sign-in attempts events.

The new included fields are as follow:

geo.country_iso_code: The country code of the event. Uses the ISO 3166 standard
geo.region_name: The region name of the event
geo.city_name: The city name of the event
geo.location: The longitude and latitude of the event   

The beat version is bumped to 2.3.0

hilaryhacksel commented 2 years ago

Tested and works as expected 🙂