Skip to content

Instantly share code, notes, and snippets.

View umerfaruk's full-sized avatar

Omar Faruk umerfaruk

  • JustEat
  • London, United Kingdom
View GitHub Profile
@umerfaruk
umerfaruk / elasticsearch-cheatsheet.txt
Created August 21, 2017 10:10 — forked from stephen-puiszis/elasticsearch-cheatsheet.txt
Elasticsearch Cheatsheet - An Overview of Commonly Used Elasticsearch API Endpoints and What They Do
# Elasticsearch Cheatsheet - an overview of commonly used Elasticsearch API commands
# cat paths
/_cat/allocation
/_cat/shards
/_cat/shards/{index}
/_cat/master
/_cat/nodes
/_cat/indices
/_cat/indices/{index}