grokdebug icon indicating copy to clipboard operation
grokdebug copied to clipboard

The return result is not HTML encoded

Open kennethxu opened this issue 11 years ago • 0 comments

Input:<foo>bar</foo> Pattern: %{GREEDYDATA:data} Result: missing <foo> and </foo>

{
  "data": [
    [
      "bar"
    ]
  ]
}

kennethxu avatar Oct 26 '13 19:10 kennethxu