elasticsearch 常用接口

elasticsearch 2.3.4-常用命令

功能命令
查看集群状态curl -XGET ‘http://localhost:9200/_cluster/health?pretty
列出节点信息curl -XGET ‘http://localhost:9200/_cat/nodes?v
列出索引信息curl -XGET ‘http://localhost:9200/_cat/indices?v
列出分片信息curl -XGET ‘http://localhost:9200/_cat/shards?v
查看进程信息curl -XGET ‘http://localhost:9200/_nodes/process?pretty
获取统计信息curl -XGET ‘http://localhost:9200/_stats?pretty
获取统计信息-执行索引curl -XGET ‘http://localhost:9200/productindex/_stats?pretty
热点线程curl -XGET ‘http://localhost:9200/_nodes/hot_threads?pretty
每10sdump热点线程curl -XGET ‘http://localhost:9200/_nodes/hot_threads?type=cpu&interval=10s
获取索引信息curl -XGET ‘http://localhost:9200/productindex/_mapping?pretty
获取JVM信息curl -XGET “http://localhost:9200/_nodes/stats/jvm?pretty
获取JVM信息-指定节点curl -XGET “http://localhost:9200/_nodes/yoho.node.114/stats/jvm?pretty
删除全部索引curl -XDELETE ‘http://localhost:9200/*?pretty’
删除指定索引curl -XDELETE ‘http://localhost:9200/storagesku?pretty
查看段信息curl -XGET ‘http://localhost:9200/productindex/_segments
执行段合并curl -XPOST ‘http://localhost:9200/productindex/_forcemerge?max_num_segments=1
查看线程池配置curl -XGET “http://localhost:9200/_nodes/thread_pool/
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值