Uses of Class
org.graylog2.rest.models.system.responses.GrokPatternList
Packages that use GrokPatternList
-
Uses of GrokPatternList in org.graylog2.rest.models.system.responses
Methods in org.graylog2.rest.models.system.responses that return GrokPatternListModifier and TypeMethodDescriptionstatic GrokPatternListGrokPatternList.create(Collection<GrokPattern> patternList) -
Uses of GrokPatternList in org.graylog2.rest.resources.system
Methods in org.graylog2.rest.resources.system that return GrokPatternListMethods in org.graylog2.rest.resources.system with parameters of type GrokPatternListModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseGrokResource.bulkUpdatePatterns(@NotNull GrokPatternList patternList, boolean deprecatedDropAllExisting, GrokPatternService.ImportStrategy importStrategy)