File tree Expand file tree Collapse file tree 4 files changed +21
-4
lines changed Expand file tree Collapse file tree 4 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ node: {
48
48
|`auth`
49
49
a|Your authentication data. You can use both basic authentication and
50
50
{ref}/security-api-create-api-key.html[ApiKey]. +
51
- See https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/auth-reference.html[Authentication]
52
- for more details. +
51
+ See <<authentication,Authentication>> for more details. +
53
52
_Default:_ `null`
54
53
55
54
Basic authentication:
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ This page contains the information you need to connect and use the Client with
6
6
7
7
**On this page**
8
8
9
- * <<auth-reference , Authentication options>>
9
+ * <<authentication , Authentication options>>
10
10
* <<client-usage, Using the client>>
11
11
* <<client-faas-env, Using the Client in a Function-as-a-Service Environment>>
12
12
* <<client-connect-proxy, Connecting through a proxy>>
13
13
* <<client-error-handling, Handling errors>>
14
14
* <<product-check, Automatic product check>>
15
15
16
- [[auth-reference ]]
16
+ [[authentication ]]
17
17
[discrete]
18
18
=== Authentication
19
19
Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ include::typescript.asciidoc[]
19
19
include::reference.asciidoc[]
20
20
include::examples/index.asciidoc[]
21
21
include::helpers.asciidoc[]
22
+ include::redirects.asciidoc[]
Original file line number Diff line number Diff line change
1
+ ["appendix",role="exclude",id="redirects"]
2
+ = Deleted pages
3
+
4
+ The following pages have moved or been deleted.
5
+
6
+ [role="exclude",id="auth-reference"]
7
+ == Authentication
8
+
9
+ This page has moved. See <<client-connecting>>.
10
+
11
+ [role="exclude",id="breaking-changes"]
12
+ == Breaking changes
13
+
14
+ For information about migrating from the legacy elasticsearch.js client to the
15
+ new Elasticsearch JavaScript client, refer to the
16
+ https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/7.17/breaking-changes.html[7.17
17
+ JavaScript client migration guide].
You can’t perform that action at this time.
0 commit comments