alibabamama 发表于 2019-1-28 11:42:29

ELK 学习笔记

  1、删除索引的数据:curl -XDELETE 'http://10.10.45.200:8201/apache_elastic_example'
  2、查看集群状态:http://10.10.45.200:8201/_cluster/health?pretty
  3、查看索引:http://172.16.1.32:9200/_cat/indices?v&pretty



页: [1]
查看完整版本: ELK 学习笔记