- Garbage - Class in io.thekraken.grok.api
-
The Leon the professional of Grok.
Garbage is use by grok to remove or rename elements before getting the final output
- Garbage() - Constructor for class io.thekraken.grok.api.Garbage
-
Create a new Garbage object.
- getEnd() - Method in class io.thekraken.grok.api.Match
-
- getInstance() - Static method in class io.thekraken.grok.api.Match
-
Singleton.
- getMatch() - Method in class io.thekraken.grok.api.Match
-
- getNamedRegex() - Method in class io.thekraken.grok.api.Grok
-
Get the named regex from the Grok pattern.
- getNamedRegexCollection() - Method in class io.thekraken.grok.api.Grok
-
Get the full collection of the named regex.
- getNamedRegexCollectionById(String) - Method in class io.thekraken.grok.api.Grok
-
Get the named regex from the given id.
- getOriginalGrokPattern() - Method in class io.thekraken.grok.api.Grok
-
Original grok pattern used to compile to the named regex.
- getPatterns() - Method in class io.thekraken.grok.api.Grok
-
Get the current map of Grok pattern.
- getSaved_pattern() - Method in class io.thekraken.grok.api.Grok
-
- getStart() - Method in class io.thekraken.grok.api.Match
-
- getSubject() - Method in class io.thekraken.grok.api.Match
-
Retrurn the single line of log.
- Grok - Class in io.thekraken.grok.api
-
Grok parse arbitrary text and structure it.
Grok is simple API that allows you to easily parse logs
and other files (single line).
- Grok() - Constructor for class io.thekraken.grok.api.Grok
-
Create a new emptyGrok object.
- GROK_ERROR_COMPILE_FAILED - Static variable in class io.thekraken.grok.api.exception.GrokError
-
Deprecated.
- GROK_ERROR_FILE_NOT_ACCESSIBLE - Static variable in class io.thekraken.grok.api.exception.GrokError
-
Deprecated.
- GROK_ERROR_NOMATCH - Static variable in class io.thekraken.grok.api.exception.GrokError
-
Deprecated.
- GROK_ERROR_PATTERN_NOT_FOUND - Static variable in class io.thekraken.grok.api.exception.GrokError
-
Deprecated.
- GROK_ERROR_UNEXPECTED_READ_SIZE - Static variable in class io.thekraken.grok.api.exception.GrokError
-
Deprecated.
- GROK_ERROR_UNINITIALIZED - Static variable in class io.thekraken.grok.api.exception.GrokError
-
Deprecated.
- GROK_OK - Static variable in class io.thekraken.grok.api.exception.GrokError
-
Deprecated.
- GROK_PATTERN - Static variable in class io.thekraken.grok.api.GrokUtils
-
Extract Grok patter like %{FOO} to FOO, Also Grok pattern with semantic.
- GrokError - Class in io.thekraken.grok.api.exception
-
Deprecated.
- GrokError() - Constructor for class io.thekraken.grok.api.exception.GrokError
-
Deprecated.
- GrokException - Exception in io.thekraken.grok.api.exception
-
Signals that an Grok exception of some sort has occurred.
- GrokException() - Constructor for exception io.thekraken.grok.api.exception.GrokException
-
Creates a new GrokException.
- GrokException(String, Throwable) - Constructor for exception io.thekraken.grok.api.exception.GrokException
-
Constructs a new GrokException.
- GrokException(String) - Constructor for exception io.thekraken.grok.api.exception.GrokException
-
Constructs a new GrokException.
- GrokException(Throwable) - Constructor for exception io.thekraken.grok.api.exception.GrokException
-
Constructs a new GrokException.
- GrokUtils - Class in io.thekraken.grok.api
-
GrokUtils contain set of useful tools or methods.
- GrokUtils() - Constructor for class io.thekraken.grok.api.GrokUtils
-