Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick to 7.11: Update input-http-endpoint.asciidoc (#24490) #24526

Merged
merged 1 commit into from
Apr 3, 2021
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