public class GrokMatch extends AbstractFunction<GrokMatch.GrokResult>
| Modifier and Type | Class and Description |
|---|---|
static class |
GrokMatch.GrokResult |
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
ERROR_FUNCTION, log| Constructor and Description |
|---|
GrokMatch(GrokPatternRegistry grokPatternRegistry) |
| Modifier and Type | Method and Description |
|---|---|
FunctionDescriptor<GrokMatch.GrokResult> |
descriptor() |
GrokMatch.GrokResult |
evaluate(FunctionArgs args,
EvaluationContext context) |
preComputeConstantArgumentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpreprocessArgspublic static final String NAME
@Inject public GrokMatch(GrokPatternRegistry grokPatternRegistry)
public GrokMatch.GrokResult evaluate(FunctionArgs args, EvaluationContext context)
public FunctionDescriptor<GrokMatch.GrokResult> descriptor()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.