Skip to content

Instantly share code, notes, and snippets.

@jeremy
Created November 16, 2011 21:11
Show Gist options
  • Save jeremy/1371416 to your computer and use it in GitHub Desktop.
Save jeremy/1371416 to your computer and use it in GitHub Desktop.
ElasticSearch caching response?
$ curl http://10.11.0.6:9200/migrations/_settings
{"migrations":{"settings":{"index.number_of_shards":"1","index.auto_expand_replicas":"1-all","index.number_of_replicas":"2"}}}
$ curl http://10.11.0.6:9200/migrations/_settings?pretty=true
{
"migrations" : {
"settings" : {
"index.number_of_shards" : "1",
"index.auto_expand_replicas" : "0-all",
"index.number_of_replicas" : "0"
}
}
}
$ curl http://10.11.0.6:9200/migrations/_settings
{"migrations":{"settings":{"index.number_of_shards":"1","index.auto_expand_replicas":"1-all","index.number_of_replicas":"2"}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment