Skip to content

Instantly share code, notes, and snippets.

@martijnvg
Created December 14, 2012 11:44
Show Gist options
  • Save martijnvg/4284848 to your computer and use it in GitHub Desktop.
Save martijnvg/4284848 to your computer and use it in GitHub Desktop.
Example updating thread_pool settings.
curl -XPUT 'localhost:9200/_cluster/settings' -d '{
"transient" : {
"threadpool.management.size" : 5
}
}'
curl -XGET 'localhost:9200/_nodes?thread_pool&format=yaml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment