I've set up a basic ELK stack to prase and display apache logs. It has been working for the past 1 month but suddenly from last two days, elastic search is throwing the below error.
MapperParsingException[failed to parse [timestamp]]; nested: IllegalArgumentException[Invalid format:"16/Jul/2016:05:31:27 +0000" is malformed at "/Jul/2016:05:31:27 +0000"];
This is a default setup and I haven't made any custom changes in elasticsearch. The indexes are created date wise which is the default behaviour while setting up ELK.
If I stop logstash, then delete the index named logstash-2016.07.16 and start logstash, it will work fine for a day. The next day it will throw the same error on the new index created (logstash-2016.07.17).
Versions : Logstash - 2.3.2 Elasticsearch - 2.3.2 Kibana - 4.5