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

elasticsearch 常用命令

时间:2016-05-29 00:38:37      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:

4 [root@localhost:bin]#curl -XGEt http://10.0.2.15:9200/_cluster/health

5 关闭整个集群

6 [root@localhost:bin]#curl -XPOST http://10.0.2.15:9200/_cluster/nodes/_shutdown?pretty

7 关闭单个节点

8 [root@localhost:bin]#curl -XPOST http://10.0.2.15:9200/_cluster/nodes/TbWXkW2dSpa_KWgDK3BeXg/_shutdown?pretty

9 获取节点标识符

10 curl http://192.168.33.10:9200/_cat/indices?v

11

12 github.com/elasticsearch/elasticsearh-servicewrapper 启动脚本

13

14 long2ip( rand(0, ip2long("255.255.255.255") ) ),

15

16 curl http://192.168.33.10:9200/_settings?pretty

17

18 curl -XGET http://localhost:9200/_cluster/health?pretty

19 {

20   "cluster_name" : "myescluster",

21   "status" : "red",

22   "timed_out" : false,

23   "number_of_nodes" : 20,

24   "number_of_data_nodes" : 16,

25   "active_primary_shards" : 2558,

26   "active_shards" : 5628,

27   "relocating_shards" : 0,

28   "initializing_shards" : 4,

29   "unassigned_shards" : 22

30 }••

31 http://pear.php.net/go-pear.phar

32

34 cat /proc/sys/net/netfilter/nf_conntrack_count

35 tail -f /proc/net/nf_conntrack

 

elasticsearch 常用命令

标签:

原文地址:http://www.cnblogs.com/shudai/p/5538586.html

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