I would like to add a date format using dynamic_date_format. The
documentationhttp://www.elasticsearch.org/guide/reference/mapping/root-object-type.htmlshow how to do it for types, but is it possible to put this setting on the
cluster so that all nodes will honor this date format?
I tried PUTting the following to http://localhost:9200/_cluster and
http://localhost:9200/, but it does not seem to work:
{
"dynamic_date_formats": "yyyy-MM-dd HH:mm:ss"
}