Skip to content

Commit f1a4f95

Browse files
committed
feat: add support for _health_report
In elasticsearch 8.7 a new endpoint for cluster health has been added. See https://www.elastic.co/docs/api/doc/elasticsearch/v8/operation/operation-health-report
1 parent 05609ff commit f1a4f95

File tree

6 files changed

+846
-0
lines changed

6 files changed

+846
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ elasticsearch_exporter --help
6262
| collector.snapshots | 1.0.4rc1 | If true, query stats for the cluster snapshots. (As of v1.7.0, this flag has replaced "es.snapshots"). | false |
6363
| es.slm | | If true, query stats for SLM. | false |
6464
| es.data_stream | | If true, query state for Data Steams. | false |
65+
| es.health_report | 1.9.0 | If true, query the health report (requires elasticsearch 8.7.0 or later) | false |
6566
| es.timeout | 1.0.2 | Timeout for trying to get stats from Elasticsearch. (ex: 20s) | 5s |
6667
| es.ca | 1.0.2 | Path to PEM file that contains trusted Certificate Authorities for the Elasticsearch connection. | |
6768
| es.client-private-key | 1.0.2 | Path to PEM file that contains the private key for client auth when connecting to Elasticsearch. | |

0 commit comments

Comments
 (0)