Hi,
I am trying to parse the date field timestamp using grok expression under grok match plugin. The fields which I have given under grok match didn't generated.
grok{
match => {"timestamp" => "%{MONTH:month} %{MONTHDAY:monthday}%{DATA:data}%{YEAR:year}, %{HOUR:Hour}:?%{MINUTE:minute}"}
}
I am not getting month, monthday, year, hour, etc. fields. I am using Logstash version 2.3.0
Thanks in advance