grokdebug
grokdebug copied to clipboard
The return result is not HTML encoded
Input:<foo>bar</foo> Pattern: %{GREEDYDATA:data} Result: missing <foo> and </foo>
{
"data": [
[
"bar"
]
]
}