docs(inputs.syslog): Document change of default read timeout to infinite (#14828)

This commit is contained in:
Sven Rebhan 2024-02-26 11:51:28 +01:00 committed by GitHub
parent 0e6b4f05f9
commit b836bc17a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -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