Advertisement
Guest User

Untitled

a guest
Jun 21st, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1.  
  2. "persistent": {
  3. "cluster": {
  4. "routing": {
  5. "allocation": {
  6. "node_concurrent_incoming_recoveries": "500",
  7. "disk": {
  8. "watermark": {
  9. "low": "200gb",
  10. "flood_stage": "50gb",
  11. "high": "100gb"
  12. }
  13. },
  14. "node_initial_primaries_recoveries": "500",
  15. "node_concurrent_outgoing_recoveries": "500"
  16. }
  17. },
  18. "info": {
  19. "update": {
  20. "interval": "1m"
  21. }
  22. }
  23. },
  24. "indices": {
  25. "recovery": {
  26. "max_bytes_per_sec": "100000mb"
  27. }
  28. },
  29. "xpack": {
  30. "monitoring": {
  31. "collection": {
  32. "enabled": "true"
  33. }
  34. }
  35. }
  36. },
  37. "transient": {}
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement