Uses of Interface
org.graylog.plugins.pipelineprocessor.processors.listeners.InterpreterListener
Packages that use InterpreterListener
Package
Description
-
Uses of InterpreterListener in org.graylog.plugins.pipelineprocessor.processors
Methods in org.graylog.plugins.pipelineprocessor.processors with parameters of type InterpreterListenerModifier and TypeMethodDescriptionvoidPipelineInterpreter.evaluateStage(Stage stage, Message message, String msgId, List<Message> result, Set<Pipeline> pipelinesToSkip, InterpreterListener interpreterListener) PipelineInterpreter.process(Messages messages, InterpreterListener interpreterListener, PipelineInterpreter.State state) Evaluates all pipelines that apply to the given messages, based on the current stream routing of the messages.PipelineInterpreter.processForPipelines(Message message, Set<String> pipelineIds, InterpreterListener interpreterListener, PipelineInterpreter.State state) Given a set of pipeline ids, process the given message according to the passed state.PipelineInterpreter.processForResolvedPipelines(Message message, String msgId, Set<Pipeline> pipelines, InterpreterListener interpreterListener, PipelineInterpreter.State state) -
Uses of InterpreterListener in org.graylog.plugins.pipelineprocessor.processors.listeners
Classes in org.graylog.plugins.pipelineprocessor.processors.listeners that implement InterpreterListenerModifier and TypeClassDescriptionclassclassThis interpreter listener maintains timer metrics for rules.