Uses of Class
org.graylog2.rest.resources.tools.responses.GrokTesterResponse
Packages that use GrokTesterResponse
-
Uses of GrokTesterResponse in org.graylog2.rest.resources.tools
Methods in org.graylog2.rest.resources.tools that return GrokTesterResponseModifier and TypeMethodDescriptionGrokTesterResource.grokTest(@NotEmpty String pattern, @NotNull String string, @javax.validation.constraints.NotNull boolean namedCapturesOnly) GrokTesterResource.testGrok(@Valid @NotNull GrokTestRequest grokTestRequest) -
Uses of GrokTesterResponse in org.graylog2.rest.resources.tools.responses
Methods in org.graylog2.rest.resources.tools.responses that return GrokTesterResponseModifier and TypeMethodDescriptionstatic GrokTesterResponseGrokTesterResponse.create(boolean matched, List<GrokTesterResponse.Match> matches, String pattern, String string, String errorMessage) static GrokTesterResponseGrokTesterResponse.createError(String pattern, String string, String errorMessage) static GrokTesterResponseGrokTesterResponse.createSuccess(boolean matched, List<GrokTesterResponse.Match> matches, String pattern, String string)