Metricbeat sends timestamp as keyword type instead of date type to Elasticsearch, old template endpoints work instead of new one

I got the solution for the timestamp issue: I added the timestamp into the fields.yml (file containing the customised type) with type date (even though the documentation stated that ES core will send the timestamp by default with this type)