[apis] regenerate

This commit is contained in:
spalger
2017-07-31 12:32:52 -07:00
parent 1649059c8c
commit 790c32d4c6
26 changed files with 21849 additions and 2549 deletions

View File

@ -55,6 +55,7 @@ WARNING: This default will track the latest version of Elasticsearch, and is onl
Default ::: `'5.4'`
Options in node :::
* `'5.5'`
* `'5.4'`
* `'5.3'`
* `'5.2'`
@ -63,18 +64,20 @@ Options in node :::
* `'2.4'`
* `'1.7'`
* `'0.90'`
* `'5.x'` (unstable)
* `'5.5'` (unstable)
* `'5.6'` (unstable)
* `'6.0'` (unstable)
* `'6.x'` (unstable)
* `'master'` (unstable)
Options in the browser :::
* `'5.5'`
* `'5.4'`
* `'5.3'`
* `'5.2'`
* `'5.1'`
* `'5.0'`
* `'5.x'` (unstable)
* `'5.5'` (unstable)
* `'5.6'` (unstable)
* `'6.0'` (unstable)
* `'6.x'` (unstable)
* `'master'` (unstable)
@ -181,11 +184,6 @@ Defaults:::
Default::: If all of the hosts/host passed to the client via configuration use the same protocol then this defaults to that protocol, otherwise it defaults to `"http"`.
`sniffedNodesFilterPath`[[config-sniffed-filter-path]]:: `String` -- Defines the https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#common-options-response-filtering[`filter_path`] used when fetching the node list from Elasticsearch.
Default::: `'nodes.*.http.publish_address,nodes.*.name,nodes.*.hostname,nodes.*.host,nodes.*.version'`
`ssl`[[config-ssl]]:: `Object` -- An object defining HTTPS/SSL configuration to use for all nodes. The properties of this mimic the options accepted by http://nodejs.org/docs/latest/api/tls.html#tls_tls_connect_port_host_options_callback[`tls.connect()`] with the exception of `rejectUnauthorized`, which defaults to `false` allowing self-signed certificates to work out-of-the-box.
+
Additional information available in <<auth-reference>>.