There are few empty values for date datatype field in a csv file. So, while ingesting the data in Kibana (uploading csv file), getting the below error.
Some documents could not be imported
1445 out of 45436 documents could not be imported. This could be due to lines not matching the Grok pattern.
Failed documents
1of86
234: field [eol] not present as part of path [eol]
{"message":"SJADGFF,Installed,vmware photon os 3,Linux container,not_found,Vmware Photon,,"}
324: field [eol] not present as part of path [eol]
{"message":"HGSFHJF,Installed,vmware photon os 3,Linux container,not_found,Vmware Photon,,"}
546: field [eol] not present as part of path [eol]
{"message":"JJADSDVN,Installed,vmware photon os 3,Linux container,not_found,Vmware Photon,,"}
Basically, the documents with empty values for EOL (date datatype) field are not being ingested into Elasticsearch.
Any help, please?