From 3710abc713093e6a2e0f9836bb7ad13fa8dd2667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro=20Pereira?= Date: Mon, 29 Apr 2019 11:40:16 +0100 Subject: [PATCH] Changed readme file for new flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2512bb28..00d7ecca 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ elasticsearch_exporter --help | web.telemetry-path | 1.0.2 | Path under which to expose metrics. | /metrics | | version | 1.0.2 | Show version info on stdout and exit. | | | es.node | 1.0.4rc1 | Name of elastic node. The name here should be the same as seen by the cluster, meaning the hostname could be different from the one the cluster sees. | | -| es.clusternode | Farfetch Version | If true, query nodes stats on cluster. This flag needs (`es.node=NODENAME`) to work properly. It compares and shows metric if respective node is seen by the cluster. `es.uri` flag should be pointing to cluster url and not to self localhost. | false | +| es.clusternode | Specific Version | If true, query nodes stats on cluster. This flag needs (`es.node=NODENAME`) to work properly. It compares and shows metric if respective node is seen by the cluster. `es.uri` flag should be pointing to cluster url and not to self localhost. | false | All commandline parameters can be provided as environment variables. The environment variable name is derived from the parameter name by replacing `.` with `_` and upper-casing the parameter name.