I am using Logstash 6.2.4 and my system is windows 10.
I am getting grokparsefailure when I add TIMESTAMPISO8601 field in grok filter.
This is my config file for logstash:
TIMESTAMP_ISO8601 has year-month-day. You have month-day-year. It does not match. If that is all the parsing you want to do, then dissect is going to be a lot faster than grok.
I have used dissect but it is taking some text also after time.
This is my contents of log
23-05-2018 00:00:27.7937 INFO Thd: 5268 [MiddlewareNet](b__166_0) AliveMessage sent to : BANGDEV (10.10.18.203) OK
23-05-2018 00:02:27.7943 INFO Thd: 7924 [MiddlewareNet](b__166_0) AliveMessage sent to : BANGDEV (10.10.18.203) OK
23-05-2018 00:04:27.7940 INFO Thd: 8200 [MiddlewareNet](b__166_0) AliveMessage sent to : BANGDEV (10.10.18.203) OK
Can you please explain why it is taking INFO also along with time.
Actually 5 spaces are there between time and INFO. But when i copied the text here, it is taking one space.
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.