| Modifier and Type | Method and Description |
|---|---|
GrokDataFormat |
GrokDataFormat.registerPatternDefinition(GrokPattern pattern) |
GrokDataFormat |
GrokDataFormat.registerPatternDefinition(String name,
String pattern) |
GrokDataFormat |
GrokDataFormat.setAllowMultipleMatchesPerLine(boolean allowMultipleMatchesPerLine) |
GrokDataFormat |
GrokDataFormat.setFlattened(boolean flattened)
Sets the flattened mode flag
|
GrokDataFormat |
GrokDataFormat.setNamedOnly(boolean namedOnly)
Whether to capture named expressions only or not (i.e.
|
GrokDataFormat |
GrokDataFormat.setPattern(String pattern) |
Apache Camel