User Tools

Site Tools


elasticsearch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
elasticsearch [2018/01/18 17:03]
k2patel [Elasticsearch]
elasticsearch [2018/01/18 17:06]
k2patel [Quick Commands]
Line 12: Line 12:
 </​code>​ </​code>​
  
 +== List all shards ==
 +<code bash>
 +curl -XGET '​http://​localhost:​9200/​_cat/​shards'​
 +</​code>​
  
 +== Detailed Shard Information ==
 +<code bash>
 +curl -XGET '​http://​localhost:​9200/​_cat/​shards/​filebeat?​pretty=true'​
 +</​code>​
 ==== Templates ==== ==== Templates ====
  
elasticsearch.txt ยท Last modified: 2021/01/25 23:41 by k2patel