Skip to content

Commit

Permalink
Change version that introduced cluster_settings
Browse files Browse the repository at this point in the history
I believe this option is available not from 1.0.4rc1 but from 1.1.0rc1. A simple exec into docker container could verify that.
  • Loading branch information
luong-komorebi authored and zwopir committed Apr 10, 2019
1 parent 034fc72 commit 7c2d383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ elasticsearch_exporter --help
| -------- | --------------------- | ----------- | ----------- |
| es.uri | 1.0.2 | Address (host and port) of the Elasticsearch node we should connect to. This could be a local node (`localhost:9200`, for instance), or the address of a remote Elasticsearch server. When basic auth is needed, specify as: `<proto>://<user>:<password>@<host>:<port>`. E.G., `http://admin:pass@localhost:9200`. | http://localhost:9200 |
| es.all | 1.0.2 | If true, query stats for all nodes in the cluster, rather than just the node we connect to. | false |
| es.cluster_settings | 1.0.4rc1 | If true, query stats for cluster settings. | false |
| es.cluster_settings | 1.1.0rc1 | If true, query stats for cluster settings. | false |
| es.indices | 1.0.4rc1 | 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.shards | 1.0.3rc1 | If true, query stats for all indices in the cluster, including shard-level stats (implies `es.indices=true`). | false |
Expand Down

0 comments on commit 7c2d383

Please sign in to comment.