16
Total Commands
100%
Free Access
⚡
Lightning Fast
Available Commands
Click on any command to copy it instantly
16 commands available
16 of 16
Resources
Master Elasticsearch
Become proficient in Elasticsearch search engine
curl -X GET 'http://localhost:9200/_cluster/health?pretty'elasticsearch
cluster
health
curl -X GET 'http://localhost:9200/_cluster/stats?pretty'elasticsearch
cluster
stats
curl -X GET 'http://localhost:9200/_nodes/stats?pretty'elasticsearch
node
stats
curl -X GET 'http://localhost:9200/_cat/indices?v'elasticsearch
indices
list
curl -X GET 'http://localhost:9200/_cluster/health?pretty'elasticsearch
cluster
health
curl -X GET 'http://localhost:9200/_cluster/stats?pretty'elasticsearch
cluster
stats
curl -X GET 'http://localhost:9200/_nodes/stats?pretty'elasticsearch
node
stats
curl -X GET 'http://localhost:9200/_cat/indices?v'elasticsearch
indices
list
curl -X POST 'http://localhost:9200/_reindex?pretty' -H 'Content-Type: application/json' -d '{"source":{"index":"old_index"},"dest":{"index":"new_index"}}'elasticsearch
reindex
curl -X POST 'http://localhost:9200/_aliases?pretty' -H 'Content-Type: application/json' -d '{"actions":[{"add":{"index":"my_index","alias":"current"}}]}'elasticsearch
alias
curl -X PUT 'http://localhost:9200/_snapshot/my_backup/snapshot_1?wait_for_completion=true&pretty'elasticsearch
snapshot
backup
curl -X POST 'http://localhost:9200/_snapshot/my_backup/snapshot_1/_restore?pretty'elasticsearch
snapshot
restore
curl -X GET 'http://localhost:9200/_analyze?pretty' -H 'Content-Type: application/json' -d '{"text":"Elasticsearch is awesome"}'elasticsearch
analyze
text
elasticsearch-certutil cert --ca elastic-stack-ca.p12elasticsearch
security
cert
elasticsearch-keystore createelasticsearch
security
keystore
elasticsearch-setup-passwords interactiveelasticsearch
security
passwords
Missing a command?
Help us improve this collection by suggesting commands that should be added. Your contributions help the entire developer community!