Skip to content

Commit

Permalink
Change Elasticsearch backend configuration key
Browse files Browse the repository at this point in the history
logstashElasticHost is not used in code base, only 'logstashElasticHosts'
  • Loading branch information
azhurbilo committed Aug 12, 2015
1 parent bc762c8 commit 4e6f53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

1 comment on commit 4e6f53a

@briantist
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this; this is exactly what I needed to get logstash working with bosun. The bosun.org documentation needs to be regenerated: http://bosun.org/configuration.html

Please sign in to comment.