Skip to content

Commit f2e9be3

Browse files
replace asciidocalypse elasticsearch-java links
1 parent 69766d0 commit f2e9be3

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

deploy-manage/deploy/cloud-enterprise/ece-regional-deployment-aliases.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Custom aliases for your deployment endpoints on Elastic Cloud Enterprise allow y
1010
Before setting up your custom alias, your platform administrator must enable the feature. Check [Enable custom endpoint aliases](enable-custom-endpoint-aliases.md) for more information.
1111

1212

13-
## Create a custom endpoint alias for a deployment [ece-create-regional-deployment-alias]
13+
## Create a custom endpoint alias for a deployment [ece-create-regional-deployment-alias]
1414

1515
To add an alias to an existing deployment:
1616

@@ -19,14 +19,14 @@ To add an alias to an existing deployment:
1919
3. Under **Custom endpoint alias**, select **Edit**.
2020
4. Define a new alias. Make sure you choose something meaningful to you.
2121

22-
::::{tip}
22+
::::{tip}
2323
Make the alias as unique as possible to avoid collisions. Aliases might have been already claimed by other users for deployments in the region.
2424
::::
2525

2626
5. Select **Update alias**.
2727

2828

29-
## Remove a custom endpoint alias [ece-delete-regional-deployment-alias]
29+
## Remove a custom endpoint alias [ece-delete-regional-deployment-alias]
3030

3131
To remove an alias from your deployment, or if you want to re-assign an alias to another deployment, follow these steps:
3232

@@ -37,17 +37,17 @@ To remove an alias from your deployment, or if you want to re-assign an alias to
3737
5. Select **Update alias**.
3838

3939

40-
## Using the custom endpoint URL [ece-using-regional-deployment-alias]
40+
## Using the custom endpoint URL [ece-using-regional-deployment-alias]
4141

4242
To use your new custom endpoint URL to access your Elastic products, note that each has its own alias to use in place of the default application UUID. For example, if you configured the custom endpoint alias for your deployment to be `test-alias`, the corresponding alias for the Elasticsearch cluster in that deployment is `test-alias.es`.
4343

44-
::::{note}
44+
::::{note}
4545
You can get the application-specific custom endpoint alias by selecting **Copy endpoint** for that product. It should contain a subdomain for each application type, for example `es`, `kb`, `apm`, or `ent`.
4646
::::
4747

4848

4949

50-
### With the REST Client [ece-rest-regional-deployment-alias]
50+
### With the REST Client [ece-rest-regional-deployment-alias]
5151

5252
* As part of the host name:
5353

@@ -61,7 +61,7 @@ You can get the application-specific custom endpoint alias by selecting **Copy e
6161
For more information on setting up a load balancer to ensure proper routing, check [Load balancers](ece-load-balancers.md).
6262

6363

64-
### With the `TransportClient` [ece-transport-regional-deployment-alias]
64+
### With the `TransportClient` [ece-transport-regional-deployment-alias]
6565

6666
While the `TransportClient` is deprecated, your custom endpoint aliases still work with it. Similar to the REST Client, there are two ways to use your custom endpoint alias with the `TransportClient`:
6767

@@ -99,5 +99,5 @@ While the `TransportClient` is deprecated, your custom endpoint aliases still wo
9999
```
100100

101101

102-
For more information on configuring the `TransportClient`, see [Configure the Java Transport Client](asciidocalypse://docs/elasticsearch-java/docs/reference/index.md).
102+
For more information on configuring the `TransportClient`, see [Configure the Java Transport Client](elasticsearch-java://reference/index.md).
103103

deploy-manage/security/httprest-clients-security.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Authorization: Basic <TOKEN> <1>
1717
Alternatively, you can use [token-based authentication services](../users-roles/cluster-or-deployment-auth/token-based-authentication-services.md).
1818

1919

20-
## Client examples [http-clients-examples]
20+
## Client examples [http-clients-examples]
2121

2222
This example uses `curl` without basic auth to create an index:
2323

@@ -45,7 +45,7 @@ curl --user rdeniro:taxidriver -XPUT 'localhost:9200/idx'
4545
```
4646

4747

48-
## Secondary authorization [http-clients-secondary-authorization]
48+
## Secondary authorization [http-clients-secondary-authorization]
4949

5050
Some APIs support secondary authorization headers for situations where you want tasks to run with a different set of credentials. For example, you can send the following header in addition to the basic authentication header:
5151

@@ -66,11 +66,11 @@ es-secondary-authorization: ApiKey <TOKEN> <1>
6666

6767

6868

69-
## Client libraries over HTTP [http-clients-libraries]
69+
## Client libraries over HTTP [http-clients-libraries]
7070

7171
For more information about using {{security-features}} with the language specific clients, refer to:
7272

73-
* [Java](asciidocalypse://docs/elasticsearch-java/docs/reference/_basic_authentication.md)
73+
* [Java](elasticsearch-java://reference/_basic_authentication.md)
7474
* [JavaScript](asciidocalypse://docs/elasticsearch-js/docs/reference/connecting.md)
7575
* [.NET](asciidocalypse://docs/elasticsearch-net/docs/reference/configuration.md)
7676
* [Perl](https://metacpan.org/pod/Search::Elasticsearch::Cxn::HTTPTiny#CONFIGURATION)

manage-data/ingest/ingesting-data-from-applications/ingest-data-with-nodejs-on-elasticsearch-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ Security
302302

303303

304304
Connections ({{ech}} only)
305-
: If your application connecting to {{ech}} runs under the Java security manager, you should at least disable the caching of positive hostname resolutions. To learn more, check the [Java API Client documentation](asciidocalypse://docs/elasticsearch-java/docs/reference/_others.md).
305+
: If your application connecting to {{ech}} runs under the Java security manager, you should at least disable the caching of positive hostname resolutions. To learn more, check the [Java API Client documentation](elasticsearch-java://reference/_others.md).
306306

307307
Schema
308308
: When the example code was run an index mapping was created automatically. The field types were selected by {{es}} based on the content seen when the first record was ingested, and updated as new fields appeared in the data. It would be more efficient to specify the fields and field types in advance to optimize performance. Refer to the Elastic Common Schema documentation and Field Type documentation when you are designing the schema for your production use cases.

raw-migrated-files/cloud/cloud/ec-getting-started-node-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Security
284284

285285

286286
Connections
287-
: If your application connecting to {{ech}} runs under the Java security manager, you should at least disable the caching of positive hostname resolutions. To learn more, check the [Java API Client documentation](asciidocalypse://docs/elasticsearch-java/docs/reference/_others.md).
287+
: If your application connecting to {{ech}} runs under the Java security manager, you should at least disable the caching of positive hostname resolutions. To learn more, check the [Java API Client documentation](elasticsearch-java://reference/_others.md).
288288

289289
Schema
290290
: When the example code was run an index mapping was created automatically. The field types were selected by {{es}} based on the content seen when the first record was ingested, and updated as new fields appeared in the data. It would be more efficient to specify the fields and field types in advance to optimize performance. Refer to the Elastic Common Schema documentation and Field Type documentation when you are designing the schema for your production use cases.

raw-migrated-files/stack-docs/elastic-stack/upgrade-elastic-stack-for-elastic-cloud.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Minor version upgrades, upgrades from 8.17 to 9.0.0-beta1, and cluster configura
88

99
If you use a separate [monitoring deployment](../../../deploy-manage/monitor/stack-monitoring/elastic-cloud-stack-monitoring.md), you should upgrade the monitoring deployment before the production deployment. In general, the monitoring deployment and the deployments being monitored should be running the same version of the Elastic Stack. A monitoring deployment cannot monitor production deployments running newer versions of the stack. If necessary, the monitoring deployment can monitor production deployments running the latest release of the previous major version.
1010

11-
::::{important}
11+
::::{important}
1212
Although it’s simple to upgrade an Elastic Cloud deployment, the new version might include breaking changes that affect your application. Make sure you review the deprecation logs, make any necessary changes, and test against the new version before upgrading your production deployment.
1313
::::
1414

@@ -43,7 +43,7 @@ Security realm settings
4343

4444

4545

46-
## Perform the upgrade [perform-cloud-upgrade]
46+
## Perform the upgrade [perform-cloud-upgrade]
4747

4848
Log in to your Elastic Cloud environment:
4949

@@ -230,23 +230,23 @@ To upgrade a deployment:
230230
2. Select version 9.0.0-beta1.
231231
3. Click **Upgrade** and then **Confirm upgrade**. The new configuration takes a few minutes to create.
232232

233-
::::{note}
233+
::::{note}
234234
If any incompatibilities are detected when you attempt to upgrade to 9.0.0-beta1, the UI provides a link to the Upgrade Assistant, which checks for deprecated settings in your cluster and indices and helps you resolve them. After resolving the issues, return to the **Deployments** page and restart the upgrade.
235235
::::
236236

237237

238238

239-
## Upgrading {{es}} clients and ingest components [upgrading-clients-ingest]
239+
## Upgrading {{es}} clients and ingest components [upgrading-clients-ingest]
240240

241241
Once you have upgraded from 8.17, you need to update your {{es}} clients and ingest components in the following order:
242242

243-
1. Java API Client: [dependency configuration](asciidocalypse://docs/elasticsearch-java/docs/reference/installation.md#maven)
243+
1. Java API Client: [dependency configuration](elasticsearch-java://reference/installation.md#maven)
244244
2. Logstash: [upgrade instructions](asciidocalypse://docs/logstash/docs/reference/upgrading-logstash.md)
245245
3. Beats: [upgrade instructions](asciidocalypse://docs/beats/docs/reference/libbeat/upgrading.md)
246246
4. {{agent}}: [upgrade instructions](asciidocalypse://docs/docs-content/docs/reference/ingestion-tools/fleet/upgrade-elastic-agent.md)
247247

248248

249-
## Reindex to upgrade [upgrading-reindex]
249+
## Reindex to upgrade [upgrading-reindex]
250250

251251
If you are running a pre-8.x version, you might need to perform multiple upgrades or a full-cluster restart to get to 8.17 to prepare to upgrade to 9.0.0-beta1.
252252

raw-migrated-files/stack-docs/elastic-stack/upgrading-elastic-stack-on-prem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Once you are [prepared to upgrade](../../../deploy-manage/upgrade/deployment-or-
88
1. {{es}} Hadoop: [install instructions](elasticsearch-hadoop://reference/installation.md)
99
2. {{es}}: [upgrade instructions](../../../deploy-manage/upgrade/deployment-or-cluster.md)
1010
3. Kibana: [upgrade instructions](../../../deploy-manage/upgrade/deployment-or-cluster.md)
11-
4. Java API Client: [dependency configuration](asciidocalypse://docs/elasticsearch-java/docs/reference/installation.md#maven)
11+
4. Java API Client: [dependency configuration](elasticsearch-java://reference/installation.md#maven)
1212
5. Logstash: [upgrade instructions](asciidocalypse://docs/logstash/docs/reference/upgrading-logstash.md)
1313
6. Beats: [upgrade instructions](asciidocalypse://docs/beats/docs/reference/libbeat/upgrading.md)
1414
7. {{agent}}: [upgrade instructions](asciidocalypse://docs/docs-content/docs/reference/ingestion-tools/fleet/upgrade-elastic-agent.md)

solutions/search/site-or-app/clients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ applies_to:
1414
{{es}} provides official client libraries for popular programming languages. These libraries simplify the process of interacting with your {{es}} deployment.
1515

1616
- [Go](asciidocalypse://docs//go-elasticsearch/docs/reference/elasticsearch/elasticsearch-client-go-api/index.md)
17-
- [Java](asciidocalypse://docs/elasticsearch-java/docs/reference/index.md)
17+
- [Java](elasticsearch-java://reference/index.md)
1818
- [JavaScript](asciidocalypse://docs/elasticsearch-js/docs/reference/index.md)
1919
- [.NET](asciidocalypse://docs/elasticsearch-net/docs/reference/index.md)
2020
- [PHP](asciidocalypse://docs/elasticsearch-php/docs/reference/index.md)

troubleshoot/elasticsearch/elasticsearch-client-java-api-client/error-no-such-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This method was introduced in `elasticsearch-rest-client` version 7.16.0. The er
1515

1616
This happens in particular when the project is using the [Spring Boot Maven Plugin](https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/), as this plugin [defines versions for commonly used libraries](https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-dependencies/build.gradle), including `elasticsearch-rest-client`. Depending on the version of Spring Boot used in the project, that version may be outdated.
1717

18-
To solve this issue, you have to add the `elasticsearch-rest-client` dependency explicitly in your project, with the same version as `elasticsearch-java` (see also [Installation](asciidocalypse://docs/elasticsearch-java/docs/reference/installation.md)).
18+
To solve this issue, you have to add the `elasticsearch-rest-client` dependency explicitly in your project, with the same version as `elasticsearch-java` (see also [Installation](elasticsearch-java://reference/installation.md)).
1919

2020
Using Gradle:
2121

0 commit comments

Comments
 (0)