Advertisement
Guest User

Untitled

a guest
Oct 5th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.07 KB | None | 0 0
  1. {
  2.   "persistent" : {
  3.     "cluster" : {
  4.       "routing" : {
  5.         "allocation" : {
  6.           "cluster_concurrent_rebalance" : "10",
  7.           "node_concurrent_recoveries" : "10",
  8.           "disk" : {
  9.             "watermark" : {
  10.               "low" : "20gb",
  11.               "high" : "10gb"
  12.             }
  13.           },
  14.           "node_initial_primaries_recoveries" : "10"
  15.         }
  16.       }
  17.     },
  18.     "discovery" : {
  19.       "zen" : {
  20.         "minimum_master_nodes" : "2"
  21.       }
  22.     },
  23.     "indices" : {
  24.       "recovery" : {
  25.         "concurrent_small_file_streams" : "5",
  26.         "concurrent_streams" : "5",
  27.         "max_bytes_per_sec" : "200mb"
  28.       }
  29.     }
  30.   },
  31.   "transient" : {
  32.     "cluster" : {
  33.       "routing" : {
  34.         "allocation" : {
  35.           "disk" : {
  36.             "watermark" : {
  37.               "low" : "20gb",
  38.               "high" : "10gb"
  39.             }
  40.           },
  41.           "enable" : "all",
  42.           "exclude" : {
  43.             "_ip" : ""
  44.           }
  45.         }
  46.       }
  47.     },
  48.     "logger" : {
  49.       "_root" : "INFO"
  50.     }
  51.   }
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement