elasticsearch_exporter

command module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2015 License: Apache-2.0 Imports: 10 Imported by: 0

README

Elasticsearch Exporter

Export Elasticsearch service health to Prometheus.

To run it:

make
./elasticsearch_exporter [flags]
Flags
./elasticsearch_exporter --help
  • es.uri: Address (host and port) of the Elasticsearch node we should connect to. This could be a local node (localhost:8500, for instance), or the address of a remote Elasticsearch server.
  • es.all: If true, query stats for all nodes in the cluster, rather than just the node we connect to.
  • es.timeout: Timeout for trying to get stats from Elasticsearch. (ex: 20s)
  • web.listen-address: Address to listen on for web interface and telemetry.
  • web.telemetry-path: Path under which to expose metrics.

NOTE: We support pulling stats for all nodes at once, but in production this is unlikely to be the way you actually want to run the system. It is much better to run an exporter on each Elasticsearch node to remove a single point of failure and improve the connection between operation and reporting.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL