Hi ,I'm using ES5.4. I'm trying to use Ingest node date processor parse a file and save to another,the source filed type is keyword and the target filed type also keyword,why it not date type?
Most likely because you did not define it as a date field in the mapping?
I use grok processor before the date processor. I think grok processor auto generate the mapping
No. Ingest does not generate any mapping.
Thanks,that must be filebeat difine the mapping. I will look into it