You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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. ||
75
75
76
76
Commandline parameters start with a single `-` for versions less than `1.1.0rc1`.
77
77
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
87
87
88
88
Setting | Privilege Required | Description
89
89
:---- | :---- | :----
90
-
collector.clustersettings| `cluster``monitor` |
91
90
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` |
92
92
es.indices | `indices``monitor` (per index or `*`) | All actions that are required for monitoring (recovery, segments info, index stats and status)
93
93
es.indices_settings | `indices``monitor` (per index or `*`) |
94
94
es.indices_mappings | `indices``view_index_metadata` (per index or `*`) |
0 commit comments