File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,11 @@ const client = new Client({
61
61
==== ApiKey authentication
62
62
63
63
You can use the
64
- https://www.elastic.co/guide/en/elasticsearch/reference/7.x /security-api-create-api-key.html[ApiKey]
64
+ https://www.elastic.co/guide/en/elasticsearch/reference/7.16 /security-api-create-api-key.html[ApiKey]
65
65
authentication by passing the `apiKey` parameter via the `auth` option. The
66
66
`apiKey` parameter can be either a base64 encoded string or an object with the
67
67
values that you can obtain from the
68
- https://www.elastic.co/guide/en/elasticsearch/reference/7.x /security-api-create-api-key.html[create api key endpoint].
68
+ https://www.elastic.co/guide/en/elasticsearch/reference/7.16 /security-api-create-api-key.html[create api key endpoint].
69
69
70
70
NOTE: If you provide both basic authentication credentials and the ApiKey
71
71
configuration, the ApiKey takes precedence.
You can’t perform that action at this time.
0 commit comments