Skip to content

Commit

Permalink
address pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 committed May 17, 2024
1 parent 016f879 commit f4cab4c
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 @@ -46,9 +46,9 @@ These are the possible response codes from the server.
The endpoint will enforce end-to-end ACK when a URL query parameter
`wait_for_completion_timeout` with a duration is provided. For example
`http://localhost:8080/?wait_for_completion_timeout=1m` will wait up
to 1min for the event to be published to the cluster and then return
to 1 minute for the event to be published to the cluster and then return
the user-defined response message. In the case that the publication
does not happen within the timeout duration, the HTTP response will
does not complete within the timeout duration, the HTTP response will
have a 504 Gateway Timeout status code. The syntax for durations is
a number followed by units which may be h, m and s. No other HTTP query
is accepted. If another query parameter is provided or duration syntax
Expand Down

0 comments on commit f4cab4c

Please sign in to comment.