| Package | Description |
|---|---|
| org.graylog2.rest.resources.tools | |
| org.graylog2.rest.resources.tools.responses |
| Modifier and Type | Method and Description |
|---|---|
GrokTesterResponse |
GrokTesterResource.grokTest(@NotEmpty String pattern,
@NotNull String string,
@NotNull boolean namedCapturesOnly) |
GrokTesterResponse |
GrokTesterResource.testGrok(@Valid @NotNull GrokTestRequest grokTestRequest) |
| Modifier and Type | Method and Description |
|---|---|
static GrokTesterResponse |
GrokTesterResponse.create(boolean matched,
List<GrokTesterResponse.Match> matches,
String pattern,
String string,
String errorMessage) |
static GrokTesterResponse |
GrokTesterResponse.createError(String pattern,
String string,
String errorMessage) |
static GrokTesterResponse |
GrokTesterResponse.createSuccess(boolean matched,
List<GrokTesterResponse.Match> matches,
String pattern,
String string) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.