| Package | Description |
|---|---|
| org.graylog.plugins.pipelineprocessor.processors |
| Modifier and Type | Method and Description |
|---|---|
PipelineInterpreter.State |
ConfigurationStateUpdater.getLatestState()
Can be used to inspect or use the current state of the pipeline system.
|
PipelineInterpreter.State |
PipelineInterpreter.State.Factory.newState(com.google.common.collect.ImmutableMap<String,Pipeline> currentPipelines,
com.google.common.collect.ImmutableSetMultimap<String,Pipeline> streamPipelineConnections,
RuleMetricsConfigDto ruleMetricsConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationStateUpdater.handlePipelineStateChange(PipelineInterpreter.State event) |
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.
|
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.