Hi guys,
I would like to know if there is a way to apply grok filter on a message to obtain several fields and then apply one more time grok filter to extract a subset of information from a field.
currently, collecting the ES slowlog data I'm creating the field query
that contains the query executed on ES.
I would like to process one more time my query
field to extract another value. is it possible?
regards