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>
This commit is contained in:
@ -11,7 +11,7 @@ const { Client } = require('@elastic/elasticsearch')
|
||||
|
||||
const client = new Client({
|
||||
cloud: { id: '<cloud-id>' },
|
||||
auth: { apiKey: 'base64EncodedKey' }
|
||||
auth: { apiKey: 'base64EncodedKey' },
|
||||
maxRetries: 5,
|
||||
requestTimeout: 60000,
|
||||
sniffOnStart: true
|
||||
@ -267,4 +267,4 @@ _Default:_ `null`
|
||||
|`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 +
|
||||
_Default:_ `null`
|
||||
|
||||
|===
|
||||
|===
|
||||
|
||||
Reference in New Issue
Block a user