Greedydata doesn't accept backslash

Hi,

My file has comma separated values. Values can contain backslash, curly braces , dot and quotes as well. I used GREEDYDATA but it throws grokparse failure error.
It works fine when the entries doesn't contain backslash or braces.

Is there any limitation or how can I resolve it ?

Please show example input data and your Logstash configuration.

Hi,

The issue is resolved now.