Skip to content

Commit 860aff0

Browse files
authored
[DOCS] Identify reloadable EC2 Discovery Plugin settings (#46102)
1 parent f5827ba commit 860aff0

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

docs/plugins/discovery-ec2.asciidoc

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,22 @@ bin/elasticsearch-keystore add discovery.ec2.secret_key
5656

5757
The 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

docs/reference/setup/secure-settings.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,8 @@ had the new value from the start.
120120
When changing multiple *reloadable* secure settings, modify all of them, on
121121
each cluster node, and then issue a `reload_secure_settings` call, instead
122122
of reloading after each modification.
123+
124+
There are reloadable secure settings for:
125+
126+
* {plugins}/discovery-ec2-usage.html#_configuring_ec2_discovery[The EC2 Discovery Plugin]
127+

0 commit comments

Comments
 (0)