You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Configuration options for fluent.conf are:
28
28
* json_merge - Same as json but merge content of `log_key` into the top level and strip `log_key`
29
29
*`log_key` - Used to specify the key when merging json or sending logs in text format (default `message`)
30
30
*`open_timeout` - Set timeout seconds to wait until connection is opened.
31
+
*`receieve_timeout` - Set timeout seconds to wait for a response from SumoLogic in seconds. Don't modify unless you see `HTTPClient::ReceiveTimeoutError` in your Fluentd logs.
31
32
*`send_timeout` - Timeout for sending to SumoLogic in seconds. Don't modify unless you see `HTTPClient::SendTimeoutError` in your Fluentd logs. (default `120`)
32
33
*`add_timestamp` - Add `timestamp` (or `timestamp_key`) field to logs before sending to sumologic (default `true`)
33
34
*`timestamp_key` - Field name when `add_timestamp` is on (default `timestamp`)
0 commit comments