| Package | Description |
|---|---|
| org.graylog.plugins.pipelineprocessor.processors | |
| org.graylog.plugins.pipelineprocessor.processors.listeners |
| Modifier and Type | Method and Description |
|---|---|
Messages |
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.
|
List<Message> |
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoopInterpreterListener |
class |
RuleMetricsListener
This interpreter listener maintains timer metrics for rules.
|
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.