Skip to content

Instantly share code, notes, and snippets.

@tdhopper
Created August 13, 2014 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdhopper/a44cc4200b9c09aea389 to your computer and use it in GitHub Desktop.
Save tdhopper/a44cc4200b9c09aea389 to your computer and use it in GitHub Desktop.
curl -XPUT "http://CLUSTER/prefix-*/_settings" -d'
{
"index" : {
"search.slowlog.threshold.query.warn" : "0ms",
"search.slowlog.threshold.query.info" : "0ms",
"search.slowlog.threshold.query.debug" : "0ms",
"search.slowlog.threshold.query.trace" : "0ms",
"search.slowlog.threshold.fetch.warn" : "0ms",
"search.slowlog.threshold.fetch.info" : "0ms",
"search.slowlog.threshold.fetch.debug" : "0ms",
"search.slowlog.threshold.fetch.trace" : "0ms",
"indexing.slowlog.threshold.index.warn" : "0ms",
"indexing.slowlog.threshold.index.info" : "0ms",
"indexing.slowlog.threshold.index.debug" : "0ms",
"indexing.slowlog.threshold.index.trace" : "0ms"
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment