Created
September 14, 2012 17:58
-
-
Save schovi/3723550 to your computer and use it in GitHub Desktop.
How to use httpie instal of curl with elasticsearch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl -XPUT 'http://localhost:9200/twitter/' -d '{ | |
index : { | |
number_of_shards : 3 | |
number_of_replicas : 2 | |
} | |
}' |
Díky! Jsem si všiml odpovědit až teď. Nikde žádné upozornění.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Via redirected stdin, napr.: