public abstract class HighlightingRule extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HighlightingRule.Builder |
| Constructor and Description |
|---|
HighlightingRule() |
| Modifier and Type | Method and Description |
|---|---|
abstract HighlightingColor |
color() |
abstract Condition |
condition() |
abstract String |
field() |
abstract String |
value() |
public abstract String field()
public abstract String value()
public abstract HighlightingColor color()
public abstract Condition condition()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.