Skip to content

Commit cd2f0cb

Browse files
committed
fix secure links edge case
Signed-off-by: bmorelli25 <[email protected]>
1 parent 3386473 commit cd2f0cb

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

deploy-manage/deploy/cloud-on-k8s/logstash-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mapped_pages:
77

88
# Logstash plugins [k8s-logstash-plugins]
99

10-
The power of {{ls}} is in the plugins--https://www.elastic.co/guide/en/logstash/current/input-plugins.html[inputs], [outputs](https://www.elastic.co/guide/en/logstash/current/output-plugins.html), [filters,](https://www.elastic.co/guide/en/logstash/current/filter-plugins.html) and [codecs](https://www.elastic.co/guide/en/logstash/current/codec-plugins.html).
10+
The power of {{ls}} is in the plugins--[inputs](https://www.elastic.co/guide/en/logstash/current/input-plugins.html), [outputs](https://www.elastic.co/guide/en/logstash/current/output-plugins.html), [filters,](https://www.elastic.co/guide/en/logstash/current/filter-plugins.html) and [codecs](https://www.elastic.co/guide/en/logstash/current/codec-plugins.html).
1111

1212
In {{ls}} on ECK, you can use the same plugins that you use for other {{ls}} instances—​including Elastic-supported, community-supported, and custom plugins. However, you may have other factors to consider, such as how you configure your {{k8s}} resources, how you specify additional resources, and how you scale your {{ls}} installation.
1313

deploy-manage/tools/snapshot-and-restore/azure-repository.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ In progress snapshot or restore jobs will not be preempted by a **reload** of th
7373

7474
## Client settings [repository-azure-client-settings]
7575

76-
The following list describes the available client settings. Those that must be stored in the keystore are marked as (https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings)); the other settings must be stored in the `elasticsearch.yml` file. The default `CLIENT_NAME` is `default` but you may configure a client with a different name and specify that client by name when registering a repository.
76+
The following list describes the available client settings. Those that must be stored in the keystore are marked as ([Secure](https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html), [reloadable](../../security/secure-settings.md#reloadable-secure-settings)); the other settings must be stored in the `elasticsearch.yml` file. The default `CLIENT_NAME` is `default` but you may configure a client with a different name and specify that client by name when registering a repository.
7777

78-
`azure.client.CLIENT_NAME.account` (https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
78+
`azure.client.CLIENT_NAME.account` ([Secure](https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html), [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
7979
: The Azure account name, which is used by the repository’s internal Azure client. This setting is required for all clients.
8080

8181
`azure.client.CLIENT_NAME.endpoint_suffix`
8282
: The Azure endpoint suffix to connect to. The default value is `core.windows.net`.
8383

84-
`azure.client.CLIENT_NAME.key` (https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
84+
`azure.client.CLIENT_NAME.key` ([Secure](https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html), [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
8585
: The Azure secret key, which is used by the repository’s internal Azure client. Alternatively, use `sas_token`.
8686

8787
`azure.client.CLIENT_NAME.max_retries`
@@ -96,7 +96,7 @@ The following list describes the available client settings. Those that must be s
9696
`azure.client.CLIENT_NAME.proxy.type`
9797
: Register a proxy type for the client. Supported values are `direct`, `http`, and `socks`. For example: `azure.client.default.proxy.type: http`. When `proxy.type` is set to `http` or `socks`, `proxy.host` and `proxy.port` must also be provided. The default value is `direct`.
9898

99-
`azure.client.CLIENT_NAME.sas_token` (https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
99+
`azure.client.CLIENT_NAME.sas_token` ([Secure](https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html), [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
100100
: A shared access signatures (SAS) token, which the repository’s internal Azure client uses for authentication. The SAS token must have read (r), write (w), list (l), and delete (d) permissions for the repository base path and all its contents. These permissions must be granted for the blob service (b) and apply to resource types service (s), container (c), and object (o). Alternatively, use `key`.
101101

102102
`azure.client.CLIENT_NAME.timeout`

deploy-manage/tools/snapshot-and-restore/google-cloud-storage-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ bin/elasticsearch-keystore add-file gcs.client.default.credentials_file /path/se
123123

124124
The following are the available client settings. Those that must be stored in the keystore are marked as `Secure`.
125125

126-
`credentials_file` (https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
126+
`credentials_file` ([Secure](https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html), [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
127127
: The service account file that is used to authenticate to the Google Cloud Storage service.
128128

129129
`endpoint`

deploy-manage/tools/snapshot-and-restore/s3-repository.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ Define the relevant secure settings in each node’s keystore before starting th
7272

7373
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.
7474

75-
`access_key` (https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
75+
`access_key` ([Secure](https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html), [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
7676
: 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.
7777

78-
`secret_key` (https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
78+
`secret_key` ([Secure](https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html), [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
7979
: An S3 secret key. If set, the `access_key` setting must also be specified.
8080

81-
`session_token` (https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
81+
`session_token` ([Secure](https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html), [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
8282
: An S3 session token. If set, the `access_key` and `secret_key` settings must also be specified.
8383

8484
`endpoint`
@@ -96,10 +96,10 @@ The following list contains the available client settings. Those that must be st
9696
`proxy.scheme`
9797
: The scheme to use for the proxy connection to S3. Valid values are either `http` or `https`. Defaults to `http`. This setting allows to specify the protocol used for communication with the proxy server
9898

99-
`proxy.username` (https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
99+
`proxy.username` ([Secure](https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html), [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
100100
: The username to connect to the `proxy.host` with.
101101

102-
`proxy.password` (https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
102+
`proxy.password` ([Secure](https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html), [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
103103
: The password to connect to the `proxy.host` with.
104104

105105
`read_timeout`

0 commit comments

Comments
 (0)