Skip to content

Instantly share code, notes, and snippets.

@marshyski
Last active November 30, 2017 22:53
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshyski/1f53a9b3ebf64c5f3edf to your computer and use it in GitHub Desktop.
Save marshyski/1f53a9b3ebf64c5f3edf to your computer and use it in GitHub Desktop.
ElasticSearch Cheat Sheet
curl -XDELETE http://localhost:9200/*
curl -XPOST localhost:9200/aws/dev -d @aws.json
curl 'http://localhost:9200/aws/dev/_settings?pretty'
curl http://localhost:9200/_aliases?pretty=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment