Is elasticsearch parsing the date within the input file by transported by Beats? where is this date? how can I correct; My log files content samples are:
Fri Oct 7 10:04:23 2022 Non Idle State Event Report being requested for MIREK
Fri Oct 7 10:04:23 2022 Non Idle State Event Report being requested for VIPULA_T1
and
2022/08/30 14:20:51 INFO 2Waiting for qitem on error queue:report_error
2022/08/30 14:21:38 INFO Shutting DOWN
I’m not 100% sure what is happening, All I know is Elasticsearch does not like your timestamp field.
If you have any configurations manipulating failed to parse date field like Extractors/Pipelines or log shippers. I would double check to ensure its good, If not then we would need more information to find out what the exact issue is. More detailed information from the logs or any configurations made would be helpful.