Skip to content

Commit

Permalink
configuration_manual/event_export: Document default transport timeout…
Browse files Browse the repository at this point in the history
… for http
  • Loading branch information
cmouse committed Oct 25, 2023
1 parent 2acbf87 commit c3454b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/configuration_manual/event_export.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Currently, there are three transports:
* `log` - send serialized event to syslog
* `http-post` - send the serialized event as a HTTP POST payload to the URL
specified in the ``transport_arg`` setting with a timeout specified by
``transport_timeout``
``transport_timeout``. Default is 250 milliseconds.
* `file` - send serialized events to file or unix socket specified in
the ``transport_arg`` setting. For unix socket, the filename needs to be
prefixed with ``unix:``. ``transport_timeout`` is used to specify how
Expand Down

0 comments on commit c3454b0

Please sign in to comment.