Skip to content

Commit 7c4be65

Browse files
committed
Fix reference to old removed ssl setting
Replace ssl with ssl_enabled.
1 parent a992918 commit 7c4be65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ For more details on actions, check out the {ref}/docs-bulk.html[Elasticsearch bu
440440
* There is no default value for this setting.
441441

442442
Authenticate using Elasticsearch API key.
443-
Note that this option also requires SSL/TLS, which can be enabled by supplying a <<plugins-{type}s-{plugin}-cloud_id>>, a list of HTTPS <<plugins-{type}s-{plugin}-hosts>>, or by setting <<plugins-{type}s-{plugin}-ssl,`ssl_enabled => true`>>.
443+
Note that this option also requires SSL/TLS, which can be enabled by supplying a <<plugins-{type}s-{plugin}-cloud_id>>, a list of HTTPS <<plugins-{type}s-{plugin}-hosts>>, or by setting <<plugins-{type}s-{plugin}-ssl_enabled,`ssl_enabled => true`>>.
444444

445445
Format is `id:api_key` where `id` and `api_key` are as returned by the
446446
Elasticsearch {ref}/security-api-create-api-key.html[Create API key API].

0 commit comments

Comments
 (0)