From 7712ab37d1e112355873680f36c2196300b87b64 Mon Sep 17 00:00:00 2001 From: Alexander Reelsen Date: Thu, 15 Mar 2018 11:59:15 -0700 Subject: [PATCH] Documentation: Add username/password parameters for basic auth (elastic/x-pack-elasticsearch#4126) relates elastic/x-pack-elasticsearch#4070 Original commit: elastic/x-pack-elasticsearch@19d7002d3c0481ed444d7a778a55161bbe06e64f --- docs/en/watcher/input/http.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en/watcher/input/http.asciidoc b/docs/en/watcher/input/http.asciidoc index 2d1f7e2380f..451903777d1 100644 --- a/docs/en/watcher/input/http.asciidoc +++ b/docs/en/watcher/input/http.asciidoc @@ -201,8 +201,9 @@ In addition all the headers from the response can be accessed using the with on of those four parameters. As those parameters are set, specifying them individually might overwrite them. -| `request.auth` | no | - | Authentication related HTTP headers. Currently, only basic - authentication is supported. +| `request.auth.basic.username` | no | - | HTTP basic authentication username + +| `request.auth.basic.password` | no | - | HTTP basic authentication password | `request.proxy.host` | no | - | The proxy host to use when connecting to the host.