From fac7741d7eb0fac4b1ae100b039754b8c4d9aede Mon Sep 17 00:00:00 2001 From: Luiz Guilherme Pais dos Santos Date: Mon, 5 Feb 2018 15:08:46 -0200 Subject: [PATCH] Syntax correction, missing comma --- docs/ssl_authentication.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ssl_authentication.asciidoc b/docs/ssl_authentication.asciidoc index 24231a059..1d51a94c8 100644 --- a/docs/ssl_authentication.asciidoc +++ b/docs/ssl_authentication.asciidoc @@ -22,7 +22,7 @@ var client = new elasticsearch.Client({ host: [ { host: 'es1.internal.org', - auth: 'user:password' + auth: 'user:password', protocol: 'https', port: 9200 }