Package org.graylog2.grok
Class GrokPatternRegistry
java.lang.Object
org.graylog2.grok.GrokPatternRegistry
-
Constructor Summary
ConstructorsConstructorDescriptionGrokPatternRegistry(com.google.common.eventbus.EventBus serverEventBus, GrokPatternService grokPatternService, ScheduledExecutorService daemonExecutor) -
Method Summary
Modifier and TypeMethodDescriptionio.krakens.grok.api.GrokcachedGrokForPattern(String pattern) io.krakens.grok.api.GrokcachedGrokForPattern(String pattern, boolean namedCapturesOnly) booleangrokPatternExists(String patternName) voidvoidpatterns()
-
Constructor Details
-
GrokPatternRegistry
@Inject public GrokPatternRegistry(com.google.common.eventbus.EventBus serverEventBus, GrokPatternService grokPatternService, @Named("daemonScheduler") ScheduledExecutorService daemonExecutor)
-
-
Method Details
-
grokPatternsUpdated
-
grokPatternsDeleted
-
grokPatternExists
-
cachedGrokForPattern
-
cachedGrokForPattern
-
patterns
-