Skip to content

Instantly share code, notes, and snippets.

View jsimanjuntak's full-sized avatar

jsimanjuntak

View GitHub Profile
@jsimanjuntak
jsimanjuntak / elasticsearch-cheatsheet.txt
Created June 27, 2019 03:06 — 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}