ElasticSearch之Health API

news/2024/11/13 4:18:21/

查看当前集群全部健康指标的信息,执行如下命令:

curl -X GET "https://localhost:9200/_health_report?pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7F9"

执行结果输出如下:

{"status" : "green","cluster_name" : "elasticsearch","indicators" : {"master_is_stable" : {"status" : "green","symptom" : "The cluster has a stable master node","details" : {"current_master" : {"node_id" : "aKgBu7LgS9a6iPYH8n2JPw","name" : "jackie-ubuntu"},"recent_masters" : [{"node_id" : "aKgBu7LgS9a6iPYH8n2JPw","name" : "jackie-ubuntu"}]}},"repository_integrity" : {"status" : "green","symptom" : "No snapshot repositories configured."},"shards_availability" : {"status" : "green","symptom" : "This cluster has all shards available.","details" : {"initializing_primaries" : 0,"restarting_primaries" : 0,"started_primaries" : 1,"unassigned_replicas" : 0,"initializing_replicas" : 0,"creating_primaries" : 0,"restarting_replicas" : 0,"unassigned_primaries" : 0,"started_replicas" : 0,"creating_replicas" : 0}},"disk" : {"status" : "green","symptom" : "The cluster has enough available disk space.","details" : {"indices_with_readonly_block" : 0,"nodes_with_enough_disk_space" : 1,"nodes_with_unknown_disk_status" : 0,"nodes_over_high_watermark" : 0,"nodes_over_flood_stage_watermark" : 0}},"shards_capacity" : {"status" : "green","symptom" : "The cluster has enough room to add new shards.","details" : {"data" : {"max_shards_in_cluster" : 1000},"frozen" : {"max_shards_in_cluster" : 3000}}},"slm" : {"status" : "green","symptom" : "No Snapshot Lifecycle Management policies configured","details" : {"slm_status" : "RUNNING","policies" : 0}},"ilm" : {"status" : "green","symptom" : "Index Lifecycle Management is running","details" : {"policies" : 20,"stagnating_indices" : 0,"ilm_status" : "RUNNING"}}}
}

查看当前集群健康指标比如shards_availability的信息,执行如下命令:

curl -X GET "https://localhost:9200/_health_report/shards_availability?pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7F9"

执行结果输出如下:

{"cluster_name" : "elasticsearch","indicators" : {"shards_availability" : {"status" : "green","symptom" : "This cluster has all shards available.","details" : {"initializing_primaries" : 0,"restarting_primaries" : 0,"started_primaries" : 1,"unassigned_replicas" : 0,"initializing_replicas" : 0,"creating_primaries" : 0,"restarting_replicas" : 0,"unassigned_primaries" : 0,"started_replicas" : 0,"creating_replicas" : 0}}}
}

目前支持的指标:

  • master_is_stable
  • shards_availability
  • disk
  • ilm,即Indexing Lifecycle Management
  • repository_integrity
  • slm,即Snapshot Lifecycle Management
  • shards_capacity

相关资料

  • Health API

http://www.ppmy.cn/news/1234403.html

相关文章

(C)一些题2

1.在 C 语言中&#xff08;以 16位 PC 机为例&#xff09;,5种基本数据类型的存储空间长度的顺序为&#xff08;&#xff09; A . char < int < long int <float < double B . char int < long int<float <double C . char < int < long int …

设计模式篇---外观模式

文章目录 概念结构实例总结 概念 外观模式&#xff1a;为子系统中的一组接口提供一个统一的入口。外观模式定义了一个高层接口&#xff0c;这个接口使得这一子系统更加容易使用。 外观模式引入了一个新的外观类&#xff0c;它为多个业务类的调用提供了一个统一的入口。主要优点…

【Rxjava详解】(二) 操作符的妙用

文章目录 接口变化操作符mapflatmapdebouncethrottleFirst()takeconcat RxJava 是一个基于 观察者模式的异步编程库&#xff0c;它提供了丰富的操作符来处理和转换数据流。 操作符是 RxJava 的核心组成部分&#xff0c;它们提供了一种灵活、可组合的方式来处理数据流&#xf…

kafka操作的一些坑

1.如果Offset Explorer能够检测到kafka中的数据&#xff0c;但是自己的kafka无法读取到 这个问题主要是由于kafka中的信息已经被消费掉了造成的 consumer.commitAsync();这里如果已经消费掉了kafka的信息&#xff0c;那么已经被消费掉的kafka数据就不会被再读取掉&#xff0c…

JVM 之 字节码指令

目录 一. 前言 二. 指令集 2.1. 支持的数据类型 2.2. 指令分类 三. 指令手册 3.1. 操作数栈 3.2. 运算与转换 3.3. 条件转移 3.4. 类与数组 3.5. 调度与返回加 finally 3.6. 指令手册汇总 3.7. 示例 一. 前言 字节码指令集的特点是数据量短小精干&#xff0c;便于传…

@Scheduled注解 定时任务讲解

用于在Java Spring框架中定时执行特定任务的注解 Scheduled&#xff0c;它能够指定方法在特定时间间隔或特定时间点执行。默认参数是cron&#xff0c;cron参数被用来定义一个Cron表达式&#xff0c;它代表了任务执行的时间规则 参数如下 Cron 这是是一种时间表达式&#xff…

ARM 汇编基础

我们在学习 STM32 的时候几乎没有用到过汇编&#xff0c;可能在学习 UCOS 、 FreeRTOS 等 RTOS 类操作系统移植的时候可能会接触到一点汇编。但是我们在进行嵌入式 Linux 开发的时候是绝 对要掌握基本的 ARM 汇编&#xff0c;因为 Cortex-A 芯片一上电 SP 指针还…

规划类3d全景线上云展馆帮助企业轻松拓展海外市场

科技3D线上云展馆作为一种基于VR虚拟现实和互联网技术的新一代展览平台。可以在线上虚拟空间中模拟真实的展馆&#xff0c;让观众无需亲自到场&#xff0c;即可获得沉浸式的参观体验。通过这个展馆&#xff0c;您可以充分、全面、立体展示您的产品、服务以及各种创意作品&#…