| Package | Description |
|---|---|
| org.graylog.plugins.map.config | |
| org.graylog.plugins.map.geoip |
| Modifier and Type | Method and Description |
|---|---|
abstract GeoIpResolverConfig |
GeoIpResolverConfig.Builder.build() |
static GeoIpResolverConfig |
GeoIpResolverConfig.create(boolean cityEnabled,
boolean enforceGraylogSchema,
DatabaseVendorType databaseVendorType,
String cityDbPath,
String asnDbPath,
TimeUnit refreshIntervalUnit,
Long refreshInterval) |
static GeoIpResolverConfig |
GeoIpResolverConfig.defaultConfig() |
| 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) |
| Constructor and Description |
|---|
GeoIpResolverEngine(GeoIpVendorResolverService resolverService,
GeoIpResolverConfig config,
com.codahale.metrics.MetricRegistry metricRegistry) |
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.