From 6799f04dad162b682c1640733c4afaac8b0efcbf Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Fri, 12 Mar 2021 10:08:57 -0800 Subject: [PATCH] Update input-http-endpoint.asciidoc (#24490) --- x-pack/filebeat/docs/inputs/input-http-endpoint.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/filebeat/docs/inputs/input-http-endpoint.asciidoc b/x-pack/filebeat/docs/inputs/input-http-endpoint.asciidoc index fa81dc8726f..62239b5db95 100644 --- a/x-pack/filebeat/docs/inputs/input-http-endpoint.asciidoc +++ b/x-pack/filebeat/docs/inputs/input-http-endpoint.asciidoc @@ -101,7 +101,7 @@ If `basic_auth` is enabled, this is the username used for authentication against [float] ==== `password` -If `basic_auth` is eanbled, this is the password used for authentication against the HTTP listener. Requires `username` to also be set. +If `basic_auth` is enabled, this is the password used for authentication against the HTTP listener. Requires `username` to also be set. [float] ==== `secret.header` @@ -117,7 +117,7 @@ The secret stored in the header name specified by `secret.header`. Certain webho ==== `content_type` By default the input expects the incoming POST to include a Content-Type of `application/json` to try to enforce the incoming data to be valid JSON. -In certain scenarios when the source of the request is not able to do that, it can be overwritten with another value or set to null +In certain scenarios when the source of the request is not able to do that, it can be overwritten with another value or set to null. [float] ==== `response_code`