I am using https://grokdebug.herokuapp.com/ to build grok filters for logstash, but even though grokdebug shows corrected parsed message, my kibana showing _grokparsefailure
message
[2015-12-01 08:53:16] app.INFO: Calories 4 [] []
pattern
%{SYSLOG5424SD} %{JAVACLASS}: %{WORD} %{INT} %{GREEDYDATA}
What am I doing wrong? Notice that first filter with tag "google" and GREEDYDATA works, and second always fails