This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
elasticsearch [2019/06/02 08:55] 127.0.0.1 external edit |
elasticsearch [2020/05/02 09:34] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ElasticSearch commands ====== | ====== ElasticSearch commands ====== | ||
+ | ===== Search something ===== | ||
+ | < | ||
+ | GET _search | ||
+ | </ | ||
===== Get disk usage ===== | ===== Get disk usage ===== | ||
< | < | ||
- | curl https:// | + | GET _cat/ |
</ | </ | ||
+ | ... |