Skip to content

Instantly share code, notes, and snippets.

@baybatu
Last active August 8, 2018 13:56
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 baybatu/22b59029381be62bbde0cab34a9e5258 to your computer and use it in GitHub Desktop.
Save baybatu/22b59029381be62bbde0cab34a9e5258 to your computer and use it in GitHub Desktop.
Adjust max_result_window property of index in Elasticsearch 6
# tested on Elasticseach 6.0.0
curl -XPUT "http://es-host:9200/my_index/_settings" -H 'Content-Type:application/json' -d '{ "index" : { "max_result_window" : 1000000 } }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment