Before version 2.0, you would create a field _timestamp in your type: https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-timestamp-field.html
Unfortunately, this has been deprecated. The new replacement for this is the 'date' field but this has to be filled explicitly.
Is there a way to auto generate a create date?