From 119734863f3d4ec255cff50e42fe8faabfb0cbb7 Mon Sep 17 00:00:00 2001 From: freiit Date: Thu, 29 Sep 2022 14:48:50 +0200 Subject: [PATCH 1/3] Typo: missing ',' --- docs/basic-config.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/basic-config.asciidoc b/docs/basic-config.asciidoc index 04ca7b1ee..ab288f2b1 100644 --- a/docs/basic-config.asciidoc +++ b/docs/basic-config.asciidoc @@ -11,7 +11,7 @@ const { Client } = require('@elastic/elasticsearch') const client = new Client({ 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` -|=== \ No newline at end of file +|=== From 9d3ac8b6e61739e4d00ae7efdbd2550638be8052 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Thu, 5 Jan 2023 10:34:37 -0600 Subject: [PATCH 2/3] Update basic-config.asciidoc From ac233f06282a83f8e4527c2bb3935b58b91ea707 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Thu, 5 Jan 2023 10:35:12 -0600 Subject: [PATCH 3/3] Update basic-config.asciidoc