docs(inputs.syslog): Document change of default read timeout to infinite (#14828)
This commit is contained in:
parent
0e6b4f05f9
commit
b836bc17a9
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,6 +1,16 @@
|
|||
<!-- markdownlint-disable MD024 -->
|
||||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Important Changes
|
||||
|
||||
- The default read-timeout of `inputs.syslog` of five seconds is not a sensible
|
||||
default as the plugin will close the connection if the time between
|
||||
consecutive messages exceeds the timeout.
|
||||
[#14837](https://github.com/influxdata/telegraf/pull/14828) sets the timeout
|
||||
to infinite (i.e zero) as this is the expected behavior.
|
||||
|
||||
## v1.29.5 [2024-02-20]
|
||||
|
||||
### Bugfixes
|
||||
|
|
|
|||
Loading…
Reference in New Issue