1、cat 所有
curl localhost:9200/_cat
2、查询所有索引
curl --silent 'http://127.0.0.1:9200/_cat/indices'
3、启用压缩
index.store.compress.stored: true
transport.tcp.compress: true
http://www.rendoumi.com/wang-elasticsearchli-dao-ru-shu-ju/
http://www.cnblogs.com/xing901022/archive/2016/04/07/5365842.html
https://pengqiuyuan.gitbooks.io/elkbook/content/chapter_2_5.html