From b76c85e7fd900c40d973398239fbf0fab7696097 Mon Sep 17 00:00:00 2001 From: Alexander Reelsen Date: Thu, 19 Oct 2017 13:53:24 +0200 Subject: [PATCH] Docs: Change port to be an integer in htttp input docs Original commit: elastic/x-pack-elasticsearch@768ec54e035fc84439f37e4b37238ec1e16c7470 --- docs/en/watcher/input/http.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/watcher/input/http.asciidoc b/docs/en/watcher/input/http.asciidoc index b4cdcdbf4b3..2d1f7e2380f 100644 --- a/docs/en/watcher/input/http.asciidoc +++ b/docs/en/watcher/input/http.asciidoc @@ -73,7 +73,7 @@ Stats] API and enables the `human` attribute: "http" : { "request" : { "host" : "host.domain", - "port" : "9200", + "port" : 9200, "path" : "/_cluster/stats", "params" : { "human" : "true" <1> @@ -98,7 +98,7 @@ a username and password to access `myservice`: "http" : { "request" : { "host" : "host.domain", - "port" : "9200", + "port" : 9200, "path" : "/myservice", "auth" : { "basic" : {