es监控常用查询

GET _search

{

"query": {

"match_all": {}

}

}

GET /_cluster/allocation/explain?pretty

{

"index": ".security",

"shard": 0,

"primary": false

}

GET /_cluster/allocation/explain?pretty

{

}

PUT _cluster/settings

{

"transient" : {

"cluster.routing.allocation.exclude._ip":""

}

}

GET /_cluster/settings

GET /_nodes?pretty

GET /_cat/nodes?v

GET /_cat/allocation?v

GET /_cat/shards

GET /_alias/*ly*

相关推荐
怀璧其罪6 分钟前
aleph-node Node upgrade instructions 节点升级说明
大数据·elasticsearch·搜索引擎
Kuo-Teng28 分钟前
LeetCode 198: House Robber
java·算法·leetcode·职场和发展·动态规划
小七mod43 分钟前
【Spring】Spring Boot自动配置的案例
java·spring boot·spring·自动配置·源码·ioc·aop
红石榴花生油1 小时前
Docker + Nginx 部署 Java 项目(JAR 包 + WAR 包)实战笔记
java·tomcat·maven
带刺的坐椅1 小时前
Solon AI 开发学习 - 1导引
java·ai·openai·solon·mcp
sg_knight1 小时前
RabbitMQ 中的预取值(prefetch)详解:如何真正提升消费端性能?
java·spring boot·spring·spring cloud·消息队列·rabbitmq·预取值
qq_401700411 小时前
Linux磁盘配置与管理
linux·运维·服务器
恒创科技HK1 小时前
香港大带宽服务器能降低ping值吗 ?
运维·服务器
Dxxyyyy1 小时前
零基础学JAVA--Day34(Map接口+HashTable+HashMap+TreeSet+TreeMap+开发中如何选择集合实现类?(重要))
java·开发语言
爱代码的小黄人1 小时前
华硕主板BIOS设置台式机电脑“Restore AC Power Loss”(断电后恢复状态)设置
运维·服务器·电脑