From 4a01992d5a1d307fe9151880137d6d9bcf277a37 Mon Sep 17 00:00:00 2001 From: Lucas <48513436+dbalucas@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:29:12 +0100 Subject: [PATCH 1/2] Update README.md This commit fixes the Readme where the es.snapshot option is renamed to collector.snapshot in version 1.7.0 Signed-off-by: Lucas <48513436+dbalucas@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec2d244a..3f2c7e87 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ elasticsearch_exporter --help | es.indices_mappings | 1.2.0 | If true, query stats for mappings of all indices of the cluster. | false | | es.aliases | 1.0.4rc1 | If true, include informational aliases metrics. | true | | es.shards | 1.0.3rc1 | If true, query stats for all indices in the cluster, including shard-level stats (implies `es.indices=true`). | false | -| es.snapshots | 1.0.4rc1 | If true, query stats for the cluster snapshots. | false | +| collector.snapshot | 1.0.4rc1 | If true, query stats for the cluster snapshots. Renamed to collector.snapshots since version 1.7.0 | false | | es.slm | | If true, query stats for SLM. | false | | es.data_stream | | If true, query state for Data Steams. | false | | es.timeout | 1.0.2 | Timeout for trying to get stats from Elasticsearch. (ex: 20s) | 5s | From 0977ba94a6d4077c5afff03f75946b9ebada61f4 Mon Sep 17 00:00:00 2001 From: Lucas <48513436+dbalucas@users.noreply.github.com> Date: Thu, 22 Feb 2024 07:29:02 +0100 Subject: [PATCH 2/2] README.md adjusted according to requested chages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f2c7e87..0db97d82 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ elasticsearch_exporter --help | es.indices_mappings | 1.2.0 | If true, query stats for mappings of all indices of the cluster. | false | | es.aliases | 1.0.4rc1 | If true, include informational aliases metrics. | true | | es.shards | 1.0.3rc1 | If true, query stats for all indices in the cluster, including shard-level stats (implies `es.indices=true`). | false | -| collector.snapshot | 1.0.4rc1 | If true, query stats for the cluster snapshots. Renamed to collector.snapshots since version 1.7.0 | false | +| collector.snapshot | 1.0.4rc1 | If true, query stats for the cluster snapshots. Renamed from es.snapshots in version 1.7.0 | false | | es.slm | | If true, query stats for SLM. | false | | es.data_stream | | If true, query state for Data Steams. | false | | es.timeout | 1.0.2 | Timeout for trying to get stats from Elasticsearch. (ex: 20s) | 5s |