mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[DOCS] Identify reloadable S3 repository plugin settings (#46349)
This commit is contained in:
parent
40c3225d26
commit
9faf1d956f
@ -101,16 +101,16 @@ The following list contains the available client settings. Those that must be
|
||||
stored in the keystore are marked as "secure" and are *reloadable*; the other
|
||||
settings belong in the `elasticsearch.yml` file.
|
||||
|
||||
`access_key` ({ref}/secure-settings.html[Secure])::
|
||||
`access_key` ({ref}/secure-settings.html[Secure], {ref}/secure-settings.html#reloadable-secure-settings[reloadable])::
|
||||
|
||||
An S3 access key. If set, the `secret_key` setting must also be specified.
|
||||
If unset, the client will use the instance or container role instead.
|
||||
|
||||
`secret_key` ({ref}/secure-settings.html[Secure])::
|
||||
`secret_key` ({ref}/secure-settings.html[Secure], {ref}/secure-settings.html#reloadable-secure-settings[reloadable])::
|
||||
|
||||
An S3 secret key. If set, the `access_key` setting must also be specified.
|
||||
|
||||
`session_token` ({ref}/secure-settings.html[Secure])::
|
||||
`session_token` ({ref}/secure-settings.html[Secure], {ref}/secure-settings.html#reloadable-secure-settings[reloadable])::
|
||||
|
||||
An S3 session token. If set, the `access_key` and `secret_key` settings
|
||||
must also be specified.
|
||||
@ -137,11 +137,11 @@ settings belong in the `elasticsearch.yml` file.
|
||||
|
||||
The port of a proxy to connect to S3 through.
|
||||
|
||||
`proxy.username` ({ref}/secure-settings.html[Secure])::
|
||||
`proxy.username` ({ref}/secure-settings.html[Secure], {ref}/secure-settings.html#reloadable-secure-settings[reloadable])::
|
||||
|
||||
The username to connect to the `proxy.host` with.
|
||||
|
||||
`proxy.password` ({ref}/secure-settings.html[Secure])::
|
||||
`proxy.password` ({ref}/secure-settings.html[Secure], {ref}/secure-settings.html#reloadable-secure-settings[reloadable])::
|
||||
|
||||
The password to connect to the `proxy.host` with.
|
||||
|
||||
|
@ -122,5 +122,5 @@ of reloading after each modification.
|
||||
|
||||
There are reloadable secure settings for:
|
||||
|
||||
* {plugins}/discovery-ec2-usage.html#_configuring_ec2_discovery[The EC2 Discovery Plugin]
|
||||
|
||||
* {plugins}/discovery-ec2-usage.html#_configuring_ec2_discovery[The EC2 discovery plugin]
|
||||
* {plugins}/repository-s3-client.html[The S3 repository plugin]
|
||||
|
Loading…
x
Reference in New Issue
Block a user