Skip to content

Commit 896c742

Browse files
committed
Docs: added missing configuration options (#870)
1 parent bb0ff22 commit 896c742

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/configuration.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,15 @@ function generateRequestId (params, options) {
150150
|`name`
151151
|`string` - The name to identify the client instance in the events. +
152152
_Default:_ `elasticsearch-js`
153+
154+
|`headers`
155+
|`object` - A set of custom headers to send in every request. +
156+
_Default:_ `{}`
157+
158+
|`cloud`
159+
|`object` - Custom configuration for connecting to https://cloud.elastic.co[Elastic Cloud]. +
160+
_Default:_ `null`
161+
153162
|===
154163

155164
=== Advanced configuration

0 commit comments

Comments
 (0)