Uses of Class
org.graylog.plugins.map.config.GeoIpResolverConfig
Packages that use GeoIpResolverConfig
Package
Description
-
Uses of GeoIpResolverConfig in org.graylog.plugins.map.config
Methods in org.graylog.plugins.map.config that return GeoIpResolverConfigModifier and TypeMethodDescriptionabstract GeoIpResolverConfigGeoIpResolverConfig.Builder.build()static GeoIpResolverConfigGeoIpResolverConfig.create(boolean cityEnabled, boolean enforceGraylogSchema, DatabaseVendorType databaseVendorType, String cityDbPath, String asnDbPath, TimeUnit refreshIntervalUnit, Long refreshInterval, boolean useS3) static GeoIpResolverConfigGeoIpResolverConfig.defaultConfig()Methods in org.graylog.plugins.map.config with parameters of type GeoIpResolverConfigModifier and TypeMethodDescriptionvoidS3GeoIpFileService.downloadFilesToTempLocation(GeoIpResolverConfig config) Downloads the Geo Processor city and ASN database files to a temporary location so that they can be validatedbooleanS3GeoIpFileService.fileRefreshRequired(GeoIpResolverConfig config) Checks to see if either the database files need to be pulled down from S3 -
Uses of GeoIpResolverConfig in org.graylog.plugins.map.geoip
Methods in org.graylog.plugins.map.geoip with parameters of type GeoIpResolverConfigModifier and TypeMethodDescriptionGeoIpVendorResolverService.createAsnResolver(GeoIpResolverConfig config, com.codahale.metrics.Timer timer) GeoIpVendorResolverService.createCityResolver(GeoIpResolverConfig config, com.codahale.metrics.Timer timer) Constructors in org.graylog.plugins.map.geoip with parameters of type GeoIpResolverConfigModifierConstructorDescriptionGeoIpResolverEngine(GeoIpVendorResolverService resolverService, GeoIpResolverConfig config, S3GeoIpFileService s3GeoIpFileService, com.codahale.metrics.MetricRegistry metricRegistry) -
Uses of GeoIpResolverConfig in org.graylog2.rest.resources.system
Methods in org.graylog2.rest.resources.system with parameters of type GeoIpResolverConfigModifier and TypeMethodDescriptionvoidGeoIpResolverConfigValidator.validateGeoIpAsnResolver(GeoIpResolverConfig config, com.codahale.metrics.Timer timer) voidGeoIpResolverConfigValidator.validateGeoIpLocationResolver(GeoIpResolverConfig config, com.codahale.metrics.Timer timer)