Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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