Data Fields | |
const grok_t * | grok |
The grok_t instance that generated this match. | |
const char * | subject |
Pointer to the string matched. | |
int | start |
Start position of the match. | |
int | end |
End position of match. |
int grok_match::end |
End position of match.
const grok_t* grok_match::grok |
The grok_t instance that generated this match.
This is a pointer to the grok parameter given to grok_exec().
Start position of the match.
0 is beginning of string
const char* grok_match::subject |
Pointer to the string matched.
This is a pointer to the text parameter given to grok_exec()