Advertisement
Guest User

Untitled

a guest
Oct 19th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. curl -XPUT localhost:9200/_template/zeroreplicastenshards -d '
  2. {
  3. "order" : 1,
  4. "template" : "*",
  5. "settings" : {
  6. "index" : {
  7. "number_of_replicas" : "0",
  8. "number_of_shards" : "10"
  9. }
  10. },
  11. "mappings" : { },
  12. "aliases" : { }
  13. }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement