Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down