Please show what an example event looks like. Please don't use screenshots. Either copy/paste from the JSON tab in Kibana or use a stdout { codec => rubydebug } output that you copy/paste from.
I tested my grok filter in http://grokconstructor.appspot.com . in their it worked. It matches the log in the way I needed. but when the same grok filter applies to logstash.conf it wasn't working.
Sorry I couldn't find JASON tab in Kibana 5.0 Please help
Maybe it has disappeared or is called something else in Kibana 5. I don't know.
Following is my raw log from IIS
I can't spot any obvious errors with your grok expression. I suggest you start with the simplest possible one, %{TIMESTAMP_ISO8601:timestamp}, and verify that it works. Then build the expression from there. At some point it's going to start failing again and then you know what part didn't work. I strongly suggest you to use a stdout { codec => rubydebug } output while testing this.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.