| Package | Description |
|---|---|
| org.graylog.plugins.map.geoip |
| Modifier and Type | Class and Description |
|---|---|
class |
IpInfoIpAsnResolver
A
GeoIpResolver to load IP ASN data from DatabaseVendorType.IPINFO. |
class |
IpInfoLocationResolver
A
GeoIpResolver to load IP Location data from DatabaseVendorType.IPINFO. |
class |
MaxMindIpAsnResolver
A
GeoIpResolver to load IP ASN data from DatabaseVendorType.MAXMIND. |
class |
MaxMindIpLocationResolver
A
GeoIpResolver to load IP location data from DatabaseVendorType.MAXMIND. |
| Modifier and Type | Method and Description |
|---|---|
GeoIpResolver<GeoAsnInformation> |
GeoIpVendorResolverService.createAsnResolver(GeoIpResolverConfig config,
com.codahale.metrics.Timer timer) |
GeoIpResolver<GeoLocationInformation> |
GeoIpVendorResolverService.createCityResolver(GeoIpResolverConfig config,
com.codahale.metrics.Timer timer) |
GeoIpResolver<GeoAsnInformation> |
GeoIpResolverFactory.createIpInfoAsnResolver(com.codahale.metrics.Timer resolveTime,
String configPath,
boolean enabled) |
GeoIpResolver<GeoLocationInformation> |
GeoIpResolverFactory.createIpInfoCityResolver(com.codahale.metrics.Timer resolveTime,
String configPath,
boolean enabled) |
GeoIpResolver<GeoAsnInformation> |
GeoIpResolverFactory.createMaxMindAsnResolver(com.codahale.metrics.Timer resolveTime,
String configPath,
boolean enabled) |
GeoIpResolver<GeoLocationInformation> |
GeoIpResolverFactory.createMaxMindCityResolver(com.codahale.metrics.Timer resolveTime,
String configPath,
boolean enabled) |
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.