Graylog2 / Graylog2/graylog2-server
Support IP2Location LITE Geolocation
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
The existing Graylog geolocation is using GeoIP with the following information.
ip_address_geolocation (coordinates)
ip_address_country_code
ip_address_city_name
We suggest Graylog geolocation to support IP2Location or IP2Location LITE. The benefits to support IP2Location is they have many variables to receive from one IP address.
ip_address_country_code
ip_address_country_name
ip_address_region_name
ip_address_city_name
ip_address_latitude
ip_address_longitude
ip_address_zip_code
ip_address_time_zone
ip_address_isp
ip_address_domain
ip_address_net_speed
ip_address_idd_code
ip_address_area_code
ip_address_weather_station_code
ip_address_weather_station_name
ip_address_mcc
ip_address_mnc
ip_address_mobile_brand
ip_address_elevation
ip_address_usage_type
Contributor guide
Assessment
This issue has not been assessed yet.