Skip to content

Instantly share code, notes, and snippets.

@djptek
Created October 3, 2018 13:13
Show Gist options
  • Save djptek/e73d0af0b03cc477b6b7e133307570ef to your computer and use it in GitHub Desktop.
Save djptek/e73d0af0b03cc477b6b7e133307570ef to your computer and use it in GitHub Desktop.
Elasticsearch default settings
# cluster settings
http://0.0.0.0:9200/_cluster/settings?pretty=true&include_defaults=true
# index settings
http://0.0.0.0:9200/_all/_settings
# nodes settings
http://0.0.0.0:9200/_nodes/_all?pretty=true
# nodes os
http://0.0.0.0:9200/_nodes/os?pretty=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment