From 4e6f53aeb9c63f39837eac20584e812107d54609 Mon Sep 17 00:00:00 2001 From: Artem Zhurbila Date: Wed, 12 Aug 2015 16:01:00 +0300 Subject: [PATCH] Change Elasticsearch backend configuration key logstashElasticHost is not used in code base, only 'logstashElasticHosts' --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 4d2e85e040..f6f6bd2a6a 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -45,7 +45,7 @@ Every variable is optional, though you should enable at least 1 backend. * The graph page's tag list. * graphiteHost: an ip, hostname, ip:port, hostname:port or a URL, defaults to standard http/https ports, defaults to "/render" path. Any non-zero path (even "/" overrides path) * graphiteHeader: a http header to be sent to graphite on each request in 'key:value' format. optional. can be specified multiple times. -* logstashElasticHost: Elasticsearch host populated by logstash. Same format as tsdbHost. +* logstashElasticHosts: Elasticsearch host populated by logstash. Same format as tsdbHost. #### settings