curl -H "Content-Type: application/json" -XPUT 'http://192.168.0.5:9205/_all/_settings?preserve_existing=true'  -d '{
  "index.max_result_window" : "100000"
}'