From 892b00e3bc971c913346762899184f8682c2bc65 Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Wed, 12 May 2021 19:06:49 -0400 Subject: [PATCH] Add punctuation to docs --- x-pack/filebeat/docs/inputs/input-http-endpoint.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x-pack/filebeat/docs/inputs/input-http-endpoint.asciidoc b/x-pack/filebeat/docs/inputs/input-http-endpoint.asciidoc index cbe3b297095..9740de9e936 100644 --- a/x-pack/filebeat/docs/inputs/input-http-endpoint.asciidoc +++ b/x-pack/filebeat/docs/inputs/input-http-endpoint.asciidoc @@ -139,12 +139,12 @@ The secret key used to calculate the HMAC signature. Typically, the webhook send [float] ==== `hmac.type` -The hash algorithm to use for the HMAC comparison. At this time the only valid values are `sha256` or `sha1` +The hash algorithm to use for the HMAC comparison. At this time the only valid values are `sha256` or `sha1`. [float] ==== `hmac.prefix` -The prefix for the signature. Certain webhooks prefix the HMAC signature with a value, for example `sha256=` +The prefix for the signature. Certain webhooks prefix the HMAC signature with a value, for example `sha256=`. [float] ==== `content_type` @@ -170,7 +170,7 @@ If multiple interfaces is present the `listen_address` can be set to control whi [float] ==== `listen_port` -Which port the listener binds to. Defaults to 8000 +Which port the listener binds to. Defaults to 8000. [float] ==== `url`