@@ -56,24 +56,22 @@ bin/elasticsearch-keystore add discovery.ec2.secret_key
56
56
57
57
The available settings for the EC2 discovery plugin are as follows.
58
58
59
- `discovery.ec2.access_key`::
59
+ `discovery.ec2.access_key` ({ref}/secure-settings.html[Secure], {ref}/secure-settings.html#reloadable-secure-settings[reloadable]) ::
60
60
61
61
An EC2 access key. If set, you must also set `discovery.ec2.secret_key`.
62
62
If unset, `discovery-ec2` will instead use the instance role. This setting
63
- is sensitive and must be stored in the {ref}/secure-settings.html[{es}
64
- keystore].
63
+ is sensitive and must be stored in the {es} keystore.
65
64
66
- `discovery.ec2.secret_key`::
65
+ `discovery.ec2.secret_key` ({ref}/secure-settings.html[Secure], {ref}/secure-settings.html#reloadable-secure-settings[reloadable]) ::
67
66
68
67
An EC2 secret key. If set, you must also set `discovery.ec2.access_key`.
69
- This setting is sensitive and must be stored in the
70
- {ref}/secure-settings.html[{es} keystore].
68
+ This setting is sensitive and must be stored in the {es} keystore.
71
69
72
- `discovery.ec2.session_token`::
70
+ `discovery.ec2.session_token` ({ref}/secure-settings.html[Secure], {ref}/secure-settings.html#reloadable-secure-settings[reloadable]) ::
73
71
74
72
An EC2 session token. If set, you must also set `discovery.ec2.access_key`
75
73
and `discovery.ec2.secret_key`. This setting is sensitive and must be
76
- stored in the {ref}/secure-settings.html[{ es} keystore] .
74
+ stored in the {es} keystore.
77
75
78
76
`discovery.ec2.endpoint`::
79
77
@@ -99,19 +97,19 @@ The available settings for the EC2 discovery plugin are as follows.
99
97
this setting determines the port to use to connect to the proxy. Defaults to
100
98
`80`.
101
99
102
- `discovery.ec2.proxy.username`::
100
+ `discovery.ec2.proxy.username` ({ref}/secure-settings.html[Secure], {ref}/secure-settings.html#reloadable-secure-settings[reloadable]) ::
103
101
104
102
When the address of an HTTP proxy is given in `discovery.ec2.proxy.host`,
105
103
this setting determines the username to use to connect to the proxy. When
106
104
not set, no username is used. This setting is sensitive and must be stored
107
- in the {ref}/secure-settings.html[{ es} keystore] .
105
+ in the {es} keystore.
108
106
109
- `discovery.ec2.proxy.password`::
107
+ `discovery.ec2.proxy.password` ({ref}/secure-settings.html[Secure], {ref}/secure-settings.html#reloadable-secure-settings[reloadable]) ::
110
108
111
109
When the address of an HTTP proxy is given in `discovery.ec2.proxy.host`,
112
110
this setting determines the password to use to connect to the proxy. When
113
111
not set, no password is used. This setting is sensitive and must be stored
114
- in the {ref}/secure-settings.html[{ es} keystore] .
112
+ in the {es} keystore.
115
113
116
114
`discovery.ec2.read_timeout`::
117
115
0 commit comments