Uses of Class
org.graylog2.rest.resources.tools.responses.GrokTesterResponse.Match
Packages that use GrokTesterResponse.Match
-
Uses of GrokTesterResponse.Match in org.graylog2.rest.resources.tools.responses
Methods in org.graylog2.rest.resources.tools.responses that return GrokTesterResponse.MatchMethods in org.graylog2.rest.resources.tools.responses that return types with arguments of type GrokTesterResponse.MatchModifier and TypeMethodDescriptionabstract List<GrokTesterResponse.Match>GrokTesterResponse.matches()Method parameters in org.graylog2.rest.resources.tools.responses with type arguments of type GrokTesterResponse.MatchModifier and TypeMethodDescriptionstatic GrokTesterResponseGrokTesterResponse.create(boolean matched, List<GrokTesterResponse.Match> matches, String pattern, String string, String errorMessage) static GrokTesterResponseGrokTesterResponse.createSuccess(boolean matched, List<GrokTesterResponse.Match> matches, String pattern, String string)