Uses of Class
org.apache.camel.model.dataformat.GrokDataFormat.Builder
Packages that use GrokDataFormat.Builder
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of GrokDataFormat.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return GrokDataFormat.Builder -
Uses of GrokDataFormat.Builder in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return GrokDataFormat.BuilderModifier and TypeMethodDescriptionGrokDataFormat.Builder.allowMultipleMatchesPerLine(boolean allowMultipleMatchesPerLine) If false, every line of input is matched for pattern only once.GrokDataFormat.Builder.allowMultipleMatchesPerLine(String allowMultipleMatchesPerLine) If false, every line of input is matched for pattern only once.GrokDataFormat.Builder.flattened(boolean flattened) Turns on flattened mode.Turns on flattened mode.GrokDataFormat.Builder.namedOnly(boolean namedOnly) Whether to capture named expressions only or not (i.e.Whether to capture named expressions only or not (i.e.The grok pattern to match lines of input