Uses of Class
org.graylog2.lookup.LookupTableService
Packages that use LookupTableService
Package
Description
-
Uses of LookupTableService in org.graylog.events.fields.providers
Constructors in org.graylog.events.fields.providers with parameters of type LookupTableServiceModifierConstructorDescriptionLookupTableFieldValueProvider(FieldValueProvider.Config config, LookupTableService lookupTableService) -
Uses of LookupTableService in org.graylog.plugins.pipelineprocessor.functions.lookup
Constructors in org.graylog.plugins.pipelineprocessor.functions.lookup with parameters of type LookupTableServiceModifierConstructorDescriptionLookup(LookupTableService lookupTableService) LookupAddStringList(LookupTableService lookupTableService) LookupAssignTtl(LookupTableService lookupTableService) LookupClearKey(LookupTableService lookupTableService) LookupHasValue(LookupTableService lookupTableService) LookupRemoveStringList(LookupTableService lookupTableService) LookupSetStringList(LookupTableService lookupTableService) LookupSetValue(LookupTableService lookupTableService) LookupStringList(LookupTableService lookupTableService) LookupStringListContains(LookupTableService lookupTableService) LookupValue(LookupTableService lookupTableService) -
Uses of LookupTableService in org.graylog.plugins.threatintel.functions.abusech
Constructors in org.graylog.plugins.threatintel.functions.abusech with parameters of type LookupTableServiceModifierConstructorDescriptionAbuseChRansomDomainLookupFunction(LookupTableService lookupTableService) AbuseChRansomIpLookupFunction(LookupTableService lookupTableService) -
Uses of LookupTableService in org.graylog.plugins.threatintel.functions.otx
Constructors in org.graylog.plugins.threatintel.functions.otx with parameters of type LookupTableServiceModifierConstructorDescriptionOTXDomainLookupFunction(LookupTableService lookupTableService) OTXIPLookupFunction(LookupTableService lookupTableService) -
Uses of LookupTableService in org.graylog.plugins.threatintel.functions.spamhaus
Constructors in org.graylog.plugins.threatintel.functions.spamhaus with parameters of type LookupTableService -
Uses of LookupTableService in org.graylog.plugins.threatintel.functions.tor
Constructors in org.graylog.plugins.threatintel.functions.tor with parameters of type LookupTableService -
Uses of LookupTableService in org.graylog.plugins.threatintel.whois.ip
Constructors in org.graylog.plugins.threatintel.whois.ip with parameters of type LookupTableService -
Uses of LookupTableService in org.graylog2.decorators
Constructors in org.graylog2.decorators with parameters of type LookupTableServiceModifierConstructorDescriptionLookupTableDecorator(Decorator decorator, LookupTableService lookupTableService) -
Uses of LookupTableService in org.graylog2.inputs.converters
Constructors in org.graylog2.inputs.converters with parameters of type LookupTableServiceModifierConstructorDescriptionConverterFactory(LookupTableService lookupTableService) LookupTableConverter(Map<String, Object> config, LookupTableService lookupTableService) -
Uses of LookupTableService in org.graylog2.inputs.extractors
Constructors in org.graylog2.inputs.extractors with parameters of type LookupTableServiceModifierConstructorDescriptionExtractorFactory(com.codahale.metrics.MetricRegistry metricRegistry, GrokPatternRegistry grokPatternRegistry, LookupTableService lookupTableService) LookupTableExtractor(com.codahale.metrics.MetricRegistry metricRegistry, LookupTableService lookupTableService, String id, String title, long order, Extractor.CursorStrategy cursorStrategy, String sourceField, String targetField, Map<String, Object> extractorConfig, String creatorUserId, List<Converter> converters, Extractor.ConditionType conditionType, String conditionValue) -
Uses of LookupTableService in org.graylog2.lookup
Constructors in org.graylog2.lookup with parameters of type LookupTableServiceModifierConstructorDescriptionBuilder(LookupTableService lookupTableService) Function(LookupTableService lookupTableService, String lookupTableName) -
Uses of LookupTableService in org.graylog2.rest.resources.system.lookup
Constructors in org.graylog2.rest.resources.system.lookup with parameters of type LookupTableServiceModifierConstructorDescriptionLookupTableResource(DBLookupTableService dbTableService, DBDataAdapterService dbDataAdapterService, DBCacheService dbCacheService, Map<String, LookupCache.Factory> cacheTypes, Map<String, LookupDataAdapter.Factory> dataAdapterTypes, Map<String, LookupDataAdapter.Factory2> dataAdapterTypes2, LookupTableService lookupTableService, LookupDataAdapterValidationContext lookupDataAdapterValidationContext, javax.validation.Validator validator, Configuration configuration) -
Uses of LookupTableService in org.graylog2.rest.resources.tools
Constructors in org.graylog2.rest.resources.tools with parameters of type LookupTableService