Package org.graylog.plugins.map.geoip
package org.graylog.plugins.map.geoip
-
ClassDescriptionA service to check whether the ASN and City MaxMind/IPInfo database files have changed, as well as whether the configuration has changed.A factory to create ASN and Location
GeoIpResolverresolvers based on theDatabaseVendorTypecontained in the currentGeoIpResolverConfig.A service to create aGeoIpResolverfor a given configuration file andDatabaseVendorType.AGeoIpResolverto load IP ASN data fromDatabaseVendorType.IPINFO.CustomReaderwrapper to be able to support IPinfo database files.AGeoIpResolverto load IP Location data fromDatabaseVendorType.IPINFO.Small abstraction layer for the different location databases from MaxMind and IPinfo to make them usable in a single lookup data adapter until we create separate adapters for the different databases.AGeoIpResolverto load IP ASN data fromDatabaseVendorType.MAXMIND.AGeoIpResolverto load IP location data fromDatabaseVendorType.MAXMIND.