@@ -56,24 +56,22 @@ bin/elasticsearch-keystore add discovery.ec2.secret_key
5656
5757The available settings for the EC2 discovery plugin are as follows.
5858
59- `discovery.ec2.access_key`::
59+ `discovery.ec2.access_key` ({ref}/secure-settings.html[Secure], {ref}/secure-settings.html#reloadable-secure-settings[reloadable]) ::
6060
6161 An EC2 access key. If set, you must also set `discovery.ec2.secret_key`.
6262 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.
6564
66- `discovery.ec2.secret_key`::
65+ `discovery.ec2.secret_key` ({ref}/secure-settings.html[Secure], {ref}/secure-settings.html#reloadable-secure-settings[reloadable]) ::
6766
6867 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.
7169
72- `discovery.ec2.session_token`::
70+ `discovery.ec2.session_token` ({ref}/secure-settings.html[Secure], {ref}/secure-settings.html#reloadable-secure-settings[reloadable]) ::
7371
7472 An EC2 session token. If set, you must also set `discovery.ec2.access_key`
7573 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.
7775
7876`discovery.ec2.endpoint`::
7977
@@ -99,19 +97,19 @@ The available settings for the EC2 discovery plugin are as follows.
9997 this setting determines the port to use to connect to the proxy. Defaults to
10098 `80`.
10199
102- `discovery.ec2.proxy.username`::
100+ `discovery.ec2.proxy.username` ({ref}/secure-settings.html[Secure], {ref}/secure-settings.html#reloadable-secure-settings[reloadable]) ::
103101
104102 When the address of an HTTP proxy is given in `discovery.ec2.proxy.host`,
105103 this setting determines the username to use to connect to the proxy. When
106104 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.
108106
109- `discovery.ec2.proxy.password`::
107+ `discovery.ec2.proxy.password` ({ref}/secure-settings.html[Secure], {ref}/secure-settings.html#reloadable-secure-settings[reloadable]) ::
110108
111109 When the address of an HTTP proxy is given in `discovery.ec2.proxy.host`,
112110 this setting determines the password to use to connect to the proxy. When
113111 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.
115113
116114`discovery.ec2.read_timeout`::
117115
0 commit comments