From 49465b82afb9ad158a607ae1cbfa590372fbb4b0 Mon Sep 17 00:00:00 2001 From: Mandar Gokhale Date: Fri, 16 Jul 2021 13:40:51 +0000 Subject: [PATCH] Document `es.indices_mappings` flag This was introduced in #411, and is in the 1.2.0 release. Signed-off-by: Mandar Gokhale Signed-off-by: Toomas Ormisson --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a406f394..00bf0ed3 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ elasticsearch_exporter --help | es.cluster_settings | 1.1.0rc1 | If true, query stats for cluster settings. | false | | es.indices | 1.0.2 | If true, query stats for all indices in the cluster. | false | | es.indices_settings | 1.0.4rc1 | If true, query settings stats for all indices in the cluster. | false | +| es.indices_mappings | 1.2.0 | If true, query stats for mappings of all indices of the cluster. | false | | 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 | | es.timeout | 1.0.2 | Timeout for trying to get stats from Elasticsearch. (ex: 20s) | 5s |