摘要:
1. 系统常用工具 2. 中间件 2.1 es常用工具 阅读全文
该文被密码保护。 阅读全文
摘要:
1. es 只读如何处理 1.1)ES集群只读 查看只读的索引 curl :9200/_settings?pretty | grep read_only curl -s :9200/_cluster/settings?pretty\&include_defaults=true | grep read 阅读全文
摘要:
1、查看es 进程 ps -ef|grep es 2. 查看es索引 curl -X GET http://xxx:port/_cat/indices?v 3. 检查集群监控状态 curl -X GET http://xxx:port/_cluster/health?pretty # 巡检结果及影响 阅读全文