Skip to content

Commit 58b3795

Browse files
committed
upd links
Signed-off-by: bmorelli25 <[email protected]>
1 parent 4e87fce commit 58b3795

File tree

16 files changed

+41
-41
lines changed

16 files changed

+41
-41
lines changed

deploy-manage/deploy/cloud-on-k8s/configuration-fleet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ spec:
9292
* `xpack.fleet.agents.elasticsearch.hosts` must point to the {{es}} cluster where {{agents}} should send data. For ECK-managed {{es}} clusters ECK creates a Service accessible through `https://ES_RESOURCE_NAME-es-http.ES_RESOURCE_NAMESPACE.svc:9200` URL, where `ES_RESOURCE_NAME` is the name of {{es}} resource and `ES_RESOURCE_NAMESPACE` is the namespace it was deployed within. See [Storing local state in host path volume](configuration-examples-standalone.md#k8s_storing_local_state_in_host_path_volume) for details on adjusting this field when running agent as non-root as it becomes required.
9393
* `xpack.fleet.agents.fleet_server.hosts` must point to {{fleet-server}} that {{agents}} should connect to. For ECK-managed {{fleet-server}} instances, ECK creates a Service accessible through `https://FS_RESOURCE_NAME-agent-http.FS_RESOURCE_NAMESPACE.svc:8220` URL, where `FS_RESOURCE_NAME` is the name of {{agent}} resource with {{fleet-server}} enabled and `FS_RESOURCE_NAMESPACE` is the namespace it was deployed in.
9494
* `xpack.fleet.packages` are required packages to enable {{fleet-server}} and {{agents}} to enroll.
95-
* `xpack.fleet.agentPolicies` policies are needed for {{fleet-server}} and {{agents}} to enroll to, check {{fleet-guide}}/agent-policy.html for more information.
95+
* `xpack.fleet.agentPolicies` policies are needed for {{fleet-server}} and {{agents}} to enroll to, check https://www.elastic.co/guide/en/fleet/current/agent-policy.html for more information.
9696

9797

9898
## Set referenced resources [k8s-elastic-agent-fleet-configuration-setting-referenced-resources]

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--{{logstash-ref}}/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--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).
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 ({{ref}}/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 (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.
7777

78-
`azure.client.CLIENT_NAME.account` ({{ref}}/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
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))
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` ({{ref}}/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
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))
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` ({{ref}}/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
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))
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` ({{ref}}/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
126+
`credentials_file` (https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html[Secure], [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` ({{ref}}/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
75+
`access_key` (https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html[Secure], [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` ({{ref}}/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
78+
`secret_key` (https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html[Secure], [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` ({{ref}}/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
81+
`session_token` (https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html[Secure], [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` ({{ref}}/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
99+
`proxy.username` (https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html[Secure], [reloadable](../../security/secure-settings.md#reloadable-secure-settings))
100100
: The username to connect to the `proxy.host` with.
101101

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

105105
`read_timeout`

explore-analyze/machine-learning/nlp/ml-nlp-e5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,15 @@ If you want to install E5 in an air-gapped environment, you have the following o
146146

147147
For the `multilingual-e5-small` model, you need the following files in your system:
148148

149-
```url
149+
```text
150150
https://ml-models.elastic.co/multilingual-e5-small.metadata.json
151151
https://ml-models.elastic.co/multilingual-e5-small.pt
152152
https://ml-models.elastic.co/multilingual-e5-small.vocab.json
153153
```
154154

155155
For the optimized version, you need the following files in your system:
156156

157-
```url
157+
```text
158158
https://ml-models.elastic.co/multilingual-e5-small_linux-x86_64.metadata.json
159159
https://ml-models.elastic.co/multilingual-e5-small_linux-x86_64.pt
160160
https://ml-models.elastic.co/multilingual-e5-small_linux-x86_64.vocab.json

explore-analyze/machine-learning/nlp/ml-nlp-elser.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,15 @@ If you want to deploy ELSER in a restricted or closed network, you have two opti
178178

179179
For the cross-platform verison, you need the following files in your system:
180180

181-
```url
181+
```text
182182
https://ml-models.elastic.co/elser_model_2.metadata.json
183183
https://ml-models.elastic.co/elser_model_2.pt
184184
https://ml-models.elastic.co/elser_model_2.vocab.json
185185
```
186186

187187
For the optimized version, you need the following files in your system:
188188

189-
```url
189+
```text
190190
https://ml-models.elastic.co/elser_model_2_linux-x86_64.metadata.json
191191
https://ml-models.elastic.co/elser_model_2_linux-x86_64.pt
192192
https://ml-models.elastic.co/elser_model_2_linux-x86_64.vocab.json
@@ -213,7 +213,7 @@ You can use any HTTP service to deploy ELSER. This example uses the official Ngi
213213

214214
4. Verify that Nginx runs properly by visiting the following URL in your browser:
215215

216-
```url
216+
```text
217217
http://{IP_ADDRESS_OR_HOSTNAME}:8080/elser_model_2.metadata.json
218218
```
219219

explore-analyze/machine-learning/nlp/ml-nlp-rerank.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ If you want to deploy the Elastic Rerank model in a restricted or closed network
9494

9595
For the cross-platform version, you need the following files in your system:
9696

97-
```url
97+
```text
9898
https://ml-models.elastic.co/rerank-v1.metadata.json
9999
https://ml-models.elastic.co/rerank-v1.pt
100100
https://ml-models.elastic.co/rerank-v1.vocab.json
@@ -121,7 +121,7 @@ You can use any HTTP service to deploy the model. This example uses the official
121121

122122
4. Verify that Nginx runs properly by visiting the following URL in your browser:
123123

124-
```url
124+
```text
125125
http://{IP_ADDRESS_OR_HOSTNAME}:8080/rerank-v1.metadata.json
126126
```
127127

get-started/installing-elastic-stack.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ For more information on supported network configurations, refer to [{{es}} Inges
2929

3030
Install the Elastic Stack products you want to use in the following order:
3131

32-
1. [Elasticsearch]({{ref}}/install-elasticsearch.html)
33-
2. [Kibana]({{kibana-ref}}/install.html)
34-
3. [Logstash]({{logstash-ref}}/installing-logstash.html)
35-
4. [Elastic Agent]({{fleet-guide}}/elastic-agent-installation.html) or [Beats]({{beats-ref}}/getting-started.html)
36-
5. [APM]({{apm-guide-ref}}/apm-quick-start.html)
37-
6. [Elasticsearch Hadoop]({{hadoop-ref}}/install.html)
32+
1. [Elasticsearch](https://www.elastic.co/guide/en/elasticsearch/reference/current/install-elasticsearch.html)
33+
2. [Kibana](https://www.elastic.co/guide/en/kibana/current/install.html)
34+
3. [Logstash](https://www.elastic.co/guide/en/logstash/current/installing-logstash.html)
35+
4. [Elastic Agent](https://www.elastic.co/guide/en/fleet/current/elastic-agent-installation.html) or [Beats]({{beats-ref}}/getting-started.html)
36+
5. [APM](https://www.elastic.co/guide/en/apm/guide/current/apm-quick-start.html)
37+
6. [Elasticsearch Hadoop](https://www.elastic.co/guide/en/elasticsearch/hadoop/current/install.html)
3838

3939
Installing in this order ensures that the components each product depends on are in place.
4040

0 commit comments

Comments
 (0)