1、cat 所有

curl localhost:9200/_cat

elasticsearch 查询索引和启用压缩

 

2、查询所有索引

curl --silent 'http://127.0.0.1:9200/_cat/indices'

 elasticsearch 查询索引和启用压缩

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

相关文章:

  • 2022-01-01
  • 2021-07-17
  • 2021-05-20
  • 2021-06-23
  • 2022-12-23
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-31
  • 2021-12-05
  • 2021-10-23
  • 2021-06-27
  • 2021-06-11
相关资源
相似解决方案