| Package | Description |
|---|---|
| org.graylog.plugins.pipelineprocessor.ast | |
| org.graylog.plugins.pipelineprocessor.rest |
| Modifier and Type | Method and Description |
|---|---|
abstract Stage.Match |
Stage.match() |
static Stage.Match |
Stage.Match.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stage.Match[] |
Stage.Match.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Stage.Builder |
Stage.Builder.match(Stage.Match match) |
| Modifier and Type | Method and Description |
|---|---|
abstract Stage.Match |
StageSource.match() |
| Modifier and Type | Method and Description |
|---|---|
static StageSource |
StageSource.create(@Min(value=0L) int stage,
Stage.Match match,
List<String> rules) |
abstract StageSource.Builder |
StageSource.Builder.match(Stage.Match match) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.