Closed
Description
This is a feature request to extend the MaxMind GeoIP2 ASN processing that was added in #27849 to also utilise the subnet that MaxMind expose in their GeoIP2 ASN API. I have found it necessary in the past to manually isolate particular subnets from ASN's when diagnosing issues. This feature request would automatically add that field to smooth diagnosis of particular issues.
The MaxMind API method that would be utilised is com.maxmind.geoip2.model.AsnResponse.getNetwork()
:
The main place where the feature request would need to be implemented is in org.elasticsearch.ingest.geoip.GeoIpProcessor.retrieveAsnGeoData
: