From ff9904da03557bdb3746419b71a6ac9841233039 Mon Sep 17 00:00:00 2001 From: Tomas Della Vedova Date: Mon, 3 Jun 2019 12:24:42 +0200 Subject: [PATCH] Docs: added missing configuration options (#870) --- docs/configuration.asciidoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/configuration.asciidoc b/docs/configuration.asciidoc index 4bef0145d..f737d521c 100644 --- a/docs/configuration.asciidoc +++ b/docs/configuration.asciidoc @@ -150,6 +150,15 @@ function generateRequestId (params, options) { |`name` |`string` - The name to identify the client instance in the events. + _Default:_ `elasticsearch-js` + +|`headers` +|`object` - A set of custom headers to send in every request. + +_Default:_ `{}` + +|`cloud` +|`object` - Custom configuration for connecting to https://cloud.elastic.co[Elastic Cloud]. + +_Default:_ `null` + |=== === Advanced configuration