I\'m having issues with grok parsing. In ElasticSearch/Kibana the lines I match come up with the tag _grokparsefailure.
Here is my logstash config :
inpu
Found out the issue, it was around double quotes.
Needed to use simple quote to define the grok filter, and escape double quotes.
match => { 'message' => 'L %{DATE:date} - %{TIME:time}: \"string_between_doublequotes\" '