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*

相关推荐
魔道不误砍柴功1 小时前
Java 中如何巧妙应用 Function 让方法复用性更强
java·开发语言·python
NiNg_1_2341 小时前
SpringBoot整合SpringSecurity实现密码加密解密、登录认证退出功能
java·spring boot·后端
闲晨1 小时前
C++ 继承:代码传承的魔法棒,开启奇幻编程之旅
java·c语言·开发语言·c++·经验分享
2401_850410832 小时前
文件系统和日志管理
linux·运维·服务器
测开小菜鸟3 小时前
使用python向钉钉群聊发送消息
java·python·钉钉
一只哒布刘3 小时前
NFS服务器
运维·服务器
P.H. Infinity4 小时前
【RabbitMQ】04-发送者可靠性
java·rabbitmq·java-rabbitmq
生命几十年3万天4 小时前
java的threadlocal为何内存泄漏
java
caridle4 小时前
教程:使用 InterBase Express 访问数据库(五):TIBTransaction
java·数据库·express
^velpro^4 小时前
数据库连接池的创建
java·开发语言·数据库