curl -XPUT -H "Content-Type: application/json" http://10.168.130.80:9200/_index_template/origin\?pretty -d '{"index_patterns": "origin", "template": {"settings": { "index": { "number_of_replicas":0, "number_of_shards": 10 } } } } '