码迷,mamicode.com
首页 > 其他好文 > 详细

ELK节点查询

时间:2018-07-26 15:02:25      阅读:394      评论:0      收藏:0      [点我收藏+]

标签:cli   url   passh   集群   oca   health   http   查询   grep   

1、查看ES集群
curl -u USER:PASS http://IP:9200/_cat/nodes?v
curl -u USER:PASShttp://IP:9200/_cluster/health?pretty

2、在ES中查看logstash个数

ss -nt| grep `ifconfig | grep "inet add"| grep Bcast| awk ‘{print $2}‘| awk -F ":" ‘{print $2}‘`:9200| awk ‘{print $NF}‘| awk -F: ‘{print $4}‘| sort| uniq -c

3、查看Kafka 集群节点数

./zkCli.sh -server 10.13.2.66:2181
ls /brokers/ids

4、查看zookeeper集群的节点数

cat zoo.cfg

server.1=localhost:2881:3881
server.2=localhost:2882:3882
server.3=localhost:2883:3883

ELK节点查询

标签:cli   url   passh   集群   oca   health   http   查询   grep   

原文地址:http://blog.51cto.com/395469372/2150475

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!