Skip to content

Commit

Permalink
Update input-http-endpoint.asciidoc (#24490)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored Mar 12, 2021
1 parent 9121287 commit 4f72a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/filebeat/docs/inputs/input-http-endpoint.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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`
Expand Down

0 comments on commit 4f72a77

Please sign in to comment.