- getConverters(Collection<String>, Object...) - Static method in class io.krakens.grok.api.Converter
-
- getEnd() - Method in class io.krakens.grok.api.Match
-
- getGroupTypes(Collection<String>) - Static method in class io.krakens.grok.api.Converter
-
- getMatch() - Method in class io.krakens.grok.api.Match
-
- getNamedRegex() - Method in class io.krakens.grok.api.Grok
-
Get the named regex from the Grok pattern.
- getNamedRegexCollection() - Method in class io.krakens.grok.api.Grok
-
Get the full collection of the named regex.
- getNamedRegexCollectionById(String) - Method in class io.krakens.grok.api.Grok
-
Get the named regex from the given id.
- getNameGroups(String) - Static method in class io.krakens.grok.api.GrokUtils
-
- getOriginalGrokPattern() - Method in class io.krakens.grok.api.Grok
-
Original grok pattern used to compile to the named regex.
- getPatternDefinitions() - Method in class io.krakens.grok.api.GrokCompiler
-
- getPatterns() - Method in class io.krakens.grok.api.Grok
-
Get the current map of Grok pattern.
- getSaved_pattern() - Method in class io.krakens.grok.api.Grok
-
- getStart() - Method in class io.krakens.grok.api.Match
-
- getSubject() - Method in class io.krakens.grok.api.Match
-
Retrurn the single line of log.
- Grok - Class in io.krakens.grok.api
-
Grok parse arbitrary text and structure it.
- Grok(String, String, Map<String, String>, Map<String, String>, ZoneId) - Constructor for class io.krakens.grok.api.Grok
-
- GROK_PATTERN - Static variable in class io.krakens.grok.api.GrokUtils
-
Extract Grok patter like %{FOO} to FOO, Also Grok pattern with semantic.
- GrokCompiler - Class in io.krakens.grok.api
-
- GrokException - Exception in io.krakens.grok.api.exception
-
Signals that an Grok exception of some sort has occurred.
- GrokException() - Constructor for exception io.krakens.grok.api.exception.GrokException
-
Creates a new GrokException.
- GrokException(String, Throwable) - Constructor for exception io.krakens.grok.api.exception.GrokException
-
Constructs a new GrokException.
- GrokException(String) - Constructor for exception io.krakens.grok.api.exception.GrokException
-
Constructs a new GrokException.
- GrokException(Throwable) - Constructor for exception io.krakens.grok.api.exception.GrokException
-
Constructs a new GrokException.
- GrokUtils - Class in io.krakens.grok.api
-
GrokUtils contain set of useful tools or methods.
- GrokUtils() - Constructor for class io.krakens.grok.api.GrokUtils
-
- groupTypes - Variable in class io.krakens.grok.api.Grok
-