Skip to content

Commit a4ceb47

Browse files
nicoandmeegithub-actions[bot]rudolfsethmlarsonAnaethelion
authored
Update basic-config.asciidoc (#1832)
* [8.6] Bump `@elastic/transport` to 8.3.1 Co-authored-by: Rudolf Meijering <skaapgif@gmail.com> * [8.6] Add release notes for 8.6.0 Co-authored-by: Seth Michael Larson <seth.larson@elastic.co> * Update bulk.asciidoc (#1752) (#1807) Fix typo Co-authored-by: Ryan Har <31252286+nkwwk@users.noreply.github.com> * [8.6] [DOCS] Includes source_branch in docs index * Update basic-config.asciidoc fix missing comma --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Rudolf Meijering <skaapgif@gmail.com> Co-authored-by: Seth Michael Larson <seth.larson@elastic.co> Co-authored-by: Laurent Saint-Félix <laurent.saintfelix@elastic.co> Co-authored-by: Ryan Har <31252286+nkwwk@users.noreply.github.com> Co-authored-by: István Zoltán Szabó <szabosteve@gmail.com>
1 parent 398a8fd commit a4ceb47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/basic-config.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { Client } = require('@elastic/elasticsearch')
1111
1212
const client = new Client({
1313
cloud: { id: '<cloud-id>' },
14-
auth: { apiKey: 'base64EncodedKey' }
14+
auth: { apiKey: 'base64EncodedKey' },
1515
maxRetries: 5,
1616
requestTimeout: 60000,
1717
sniffOnStart: true
@@ -267,4 +267,4 @@ _Default:_ `null`
267267
|`number` - When configured, it verifies that the compressed response size is lower than the configured number, if it's higher it will abort the request. It cannot be higher than buffer.constants.MAX_LENTGH +
268268
_Default:_ `null`
269269

270-
|===
270+
|===

0 commit comments

Comments
 (0)