Skip to content

Instantly share code, notes, and snippets.

@gauravarora
Created June 20, 2014 09:51
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 gauravarora/c9186401055ad379657f to your computer and use it in GitHub Desktop.
Save gauravarora/c9186401055ad379657f to your computer and use it in GitHub Desktop.
elasticsearch cluster settings
{"transient":{
"indices.recovery.concurrent_streams": 15,
"indices.recovery.max_bytes_per_sec": "500mb",
"cluster.routing.allocation.balance.shard": "0.65f",
"cluster.routing.allocation.balance.index": "0.55f",
"cluster.routing.allocation.balance.primary": "0.2f",
"cluster.routing.allocation.cluster_concurrent_rebalance": "10"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment