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>|
54
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
55
| es.cluster_settings | 1.1.0rc1 | If true, query stats for cluster settings. | false |
@@ -70,6 +70,7 @@ elasticsearch_exporter --help
70
70
| web.listen-address | 1.0.2 | Address to listen on for web interface and telemetry. | :9114 |
71
71
| web.telemetry-path | 1.0.2 | Path under which to expose metrics. | /metrics |
72
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. ||
73
74
| version | 1.0.2 | Show version info on stdout and exit. ||
74
75
75
76
Commandline parameters start with a single `-` for versions less than `1.1.0rc1`.
0 commit comments