摘要: 查看所有索引的状态信息: curl -XGET 'http://ip:port/_cat/indices?v' 查看线程池状态: curl -XGET 'http://ip:port/_cat/thread_pool?v' 查看集群状态:curl -XGET 'http://ip:port/_clu 阅读全文
posted @ 2017-02-28 15:47 swmabby 阅读(265) 评论(0) 推荐(0)
摘要: 在使用ES提供的python版本的bulk api插入数据时,总是报出如下错误: EsRejectedExcutionException[rejected execution(queue capacity 50) on ... 通过curl -XGET 'http://ip:port/_cat/th 阅读全文
posted @ 2017-02-28 15:10 swmabby 阅读(542) 评论(0) 推荐(0)