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
Hi, we upgraded td agent v.4 to fluent-package v.5.1.0 on a Windows 2016 system.
The package was downloaded from here: https://td-agent-package-browser.herokuapp.com/5/windows.
After performing the various steps as indicated in the guide, we see that previous configuration takes it correctly and also we copied the certificate folder to the new fluent folder.
However, it seems not to work properly anymore (it does not send logs anymore).
From the fluent.log file appear some WARN (already present before the upgrade) but one log in particular was not present before: [warn]: #0 failed to flush the buffer. retry_times=2 next_retry_time=2024-11-07 10:12:14 +0100 chunk="xx" error_class=OpenSSL::SSL::SSLError error="SSL_connect returned=1 errno=0 peeraddr=10.11.12.xxx:3535 state=error: certificate verify failed (CA certificate key too weak)".
Instead, always to perform a version upgrade from 4 to 5 but on a linux system, it gives us the following error after running the rpm package:
rpm -ivh fluent-package-5.0.0-1.el8.x86_64.rpm error: Failed dependencies: td-agent < 5.0.0 is obsolete by fluent-package-5.0.0-1.el8.x86_64
Describe the configuration of Fluentd
No response
Describe the logs of Fluentd
[warn]: #0 failed to flush the buffer. retry_times=2 next_retry_time=2024-11-07 10:12:14 +0100 chunk="xxx" error_class=OpenSSL::SSL::SSLError error="SSL_connect returned=1 errno=0 peeraddr=10.11.12.xxx:3535 state=error: certificate verify failed (CA certificate key too weak)"
rpm -ivh fluent-package-5.0.0-1.el8.x86_64.rpm
error: Failed dependencies:
td-agent < 5.0.0 is obsoleted by fluent-package-5.0.0-1.el8.x86_64
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What is a problem?
Hi, we upgraded td agent v.4 to fluent-package v.5.1.0 on a Windows 2016 system.
The package was downloaded from here: https://td-agent-package-browser.herokuapp.com/5/windows.
After performing the various steps as indicated in the guide, we see that previous configuration takes it correctly and also we copied the certificate folder to the new fluent folder.
However, it seems not to work properly anymore (it does not send logs anymore).
From the fluent.log file appear some WARN (already present before the upgrade) but one log in particular was not present before: [warn]: #0 failed to flush the buffer. retry_times=2 next_retry_time=2024-11-07 10:12:14 +0100 chunk="xx" error_class=OpenSSL::SSL::SSLError error="SSL_connect returned=1 errno=0 peeraddr=10.11.12.xxx:3535 state=error: certificate verify failed (CA certificate key too weak)".
Instead, always to perform a version upgrade from 4 to 5 but on a linux system, it gives us the following error after running the rpm package:
rpm -ivh fluent-package-5.0.0-1.el8.x86_64.rpm error: Failed dependencies: td-agent < 5.0.0 is obsolete by fluent-package-5.0.0-1.el8.x86_64
Describe the configuration of Fluentd
No response
Describe the logs of Fluentd
[warn]: #0 failed to flush the buffer. retry_times=2 next_retry_time=2024-11-07 10:12:14 +0100 chunk="xxx" error_class=OpenSSL::SSL::SSLError error="SSL_connect returned=1 errno=0 peeraddr=10.11.12.xxx:3535 state=error: certificate verify failed (CA certificate key too weak)"
rpm -ivh fluent-package-5.0.0-1.el8.x86_64.rpm
error: Failed dependencies:
td-agent < 5.0.0 is obsoleted by fluent-package-5.0.0-1.el8.x86_64
Environment
Beta Was this translation helpful? Give feedback.
All reactions