Skip to content

Commit bc6da74

Browse files
authored
Revert "Update README.md (prometheus-community#830)"
This reverts commit e42d365.
1 parent d896a5f commit bc6da74

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -48,30 +48,30 @@ Below is the command line options summary:
4848
elasticsearch_exporter --help
4949
```
5050

51-
| Argument | Introduced in Version | Description | Default |
52-
| ----------------------- | --------------------- |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ----------- |
53-
| collector.clustersettings| 1.6.0 | If true, query stats for cluster settings (As of v1.6.0, this flag has replaced "es.cluster_settings"). | false |
51+
| Argument | Introduced in Version | Description | Default |
52+
| ----------------------- | --------------------- | ----------- | ----------- |
5453
| 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`. Special characters in the user credentials need to be URL-encoded. | <http://localhost:9200> |
55-
| es.all | 1.0.2 | If true, query stats for all nodes in the cluster, rather than just the node we connect to. | false |
56-
| es.indices | 1.0.2 | If true, query stats for all indices in the cluster. | false |
57-
| es.indices_settings | 1.0.4rc1 | If true, query settings stats for all indices in the cluster. | false |
58-
| es.indices_mappings | 1.2.0 | If true, query stats for mappings of all indices of the cluster. | false |
59-
| es.aliases | 1.0.4rc1 | If true, include informational aliases metrics. | true |
60-
| es.shards | 1.0.3rc1 | If true, query stats for all indices in the cluster, including shard-level stats (implies `es.indices=true`). | false |
61-
| es.snapshots | 1.0.4rc1 | If true, query stats for the cluster snapshots. | false |
62-
| es.slm | | If true, query stats for SLM. | false |
63-
| es.data_stream | | If true, query state for Data Steams. | false |
64-
| es.timeout | 1.0.2 | Timeout for trying to get stats from Elasticsearch. (ex: 20s) | 5s |
65-
| es.ca | 1.0.2 | Path to PEM file that contains trusted Certificate Authorities for the Elasticsearch connection. | |
66-
| es.client-private-key | 1.0.2 | Path to PEM file that contains the private key for client auth when connecting to Elasticsearch. | |
67-
| es.client-cert | 1.0.2 | Path to PEM file that contains the corresponding cert for the private key to connect to Elasticsearch. | |
68-
| es.clusterinfo.interval | 1.1.0rc1 | Cluster info update interval for the cluster label | 5m |
69-
| es.ssl-skip-verify | 1.0.4rc1 | Skip SSL verification when connecting to Elasticsearch. | false |
70-
| web.listen-address | 1.0.2 | Address to listen on for web interface and telemetry. | :9114 |
71-
| web.telemetry-path | 1.0.2 | Path under which to expose metrics. | /metrics |
72-
| aws.region | 1.5.0 | Region for AWS elasticsearch | |
73-
| aws.role-arn | 1.6.0 | Role ARN of an IAM role to assume. | |
74-
| version | 1.0.2 | Show version info on stdout and exit. | |
54+
| es.all | 1.0.2 | If true, query stats for all nodes in the cluster, rather than just the node we connect to. | false |
55+
| es.cluster_settings | 1.1.0rc1 | If true, query stats for cluster settings. | false |
56+
| es.indices | 1.0.2 | If true, query stats for all indices in the cluster. | false |
57+
| es.indices_settings | 1.0.4rc1 | If true, query settings stats for all indices in the cluster. | false |
58+
| es.indices_mappings | 1.2.0 | If true, query stats for mappings of all indices of the cluster. | false |
59+
| es.aliases | 1.0.4rc1 | If true, include informational aliases metrics. | true |
60+
| es.shards | 1.0.3rc1 | If true, query stats for all indices in the cluster, including shard-level stats (implies `es.indices=true`). | false |
61+
| es.snapshots | 1.0.4rc1 | If true, query stats for the cluster snapshots. | false |
62+
| es.slm | | If true, query stats for SLM. | false |
63+
| es.data_stream | | If true, query state for Data Steams. | false |
64+
| es.timeout | 1.0.2 | Timeout for trying to get stats from Elasticsearch. (ex: 20s) | 5s |
65+
| es.ca | 1.0.2 | Path to PEM file that contains trusted Certificate Authorities for the Elasticsearch connection. | |
66+
| es.client-private-key | 1.0.2 | Path to PEM file that contains the private key for client auth when connecting to Elasticsearch. | |
67+
| es.client-cert | 1.0.2 | Path to PEM file that contains the corresponding cert for the private key to connect to Elasticsearch. | |
68+
| es.clusterinfo.interval | 1.1.0rc1 | Cluster info update interval for the cluster label | 5m |
69+
| es.ssl-skip-verify | 1.0.4rc1 | Skip SSL verification when connecting to Elasticsearch. | false |
70+
| web.listen-address | 1.0.2 | Address to listen on for web interface and telemetry. | :9114 |
71+
| web.telemetry-path | 1.0.2 | Path under which to expose metrics. | /metrics |
72+
| aws.region | 1.5.0 | Region for AWS elasticsearch | |
73+
| aws.role-arn | 1.6.0 | Role ARN of an IAM role to assume. | |
74+
| version | 1.0.2 | Show version info on stdout and exit. | |
7575

7676
Commandline parameters start with a single `-` for versions less than `1.1.0rc1`.
7777
For versions greater than `1.1.0rc1`, commandline parameters are specified with `--`.
@@ -87,8 +87,8 @@ ES 7.x supports RBACs. The following security privileges are required for the el
8787

8888
Setting | Privilege Required | Description
8989
:---- | :---- | :----
90-
collector.clustersettings| `cluster` `monitor` |
9190
exporter defaults | `cluster` `monitor` | All cluster read-only operations, like cluster health and state, hot threads, node info, node and cluster stats, and pending cluster tasks. |
91+
es.cluster_settings | `cluster` `monitor` |
9292
es.indices | `indices` `monitor` (per index or `*`) | All actions that are required for monitoring (recovery, segments info, index stats and status)
9393
es.indices_settings | `indices` `monitor` (per index or `*`) |
9494
es.indices_mappings | `indices` `view_index_metadata` (per index or `*`) |

0 commit comments

Comments
 (0)