How to make elasticsearch add the timestamp field to every document in all indices?
问题 Elasticsearch experts, I have been unable to find a simple way to just tell ElasticSearch to insert the _timestamp field for all the documents that are added in all the indices (and all document types). I see an example for specific types: http://www.elasticsearch.org/guide/reference/mapping/timestamp-field/ and also see an example for all indices for a specific type (using _all): http://www.elasticsearch.org/guide/reference/api/admin-indices-put-mapping/ but I am unable to find any