Skip to content

Instantly share code, notes, and snippets.

@khoatle
Created May 16, 2020 18:02
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 khoatle/c61c94c45c79d8b8bcf69df25ff6c868 to your computer and use it in GitHub Desktop.
Save khoatle/c61c94c45c79d8b8bcf69df25ff6c868 to your computer and use it in GitHub Desktop.
{
"persistent": {
"logger": {
"org": {
"elasticsearch": {
"deprecation": "ERROR"
}
}
}
},
"transient": {
"cluster": {
"routing": {
"allocation": {
"cluster_concurrent_rebalance": "2",
"node_concurrent_recoveries": "2",
"enable": "all"
}
}
},
"indices": {
"recovery": {
"max_bytes_per_sec": "100mb"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment