We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened:
# cat /etc/fluent/fluent-2.conf <match **> @type splunk_hec hec_host 139.196.3.1 hec_port 18088 hec_token BF4736E9-474D-40A6-SECRET-410E1F4662E1 </match>
Then start fluentd
fluentd -c /etc/fluent/fluent-2.conf
but get ssl error
2023-03-19 15:08:40 +0000 [warn]: #0 suppressed same stacktrace 2023-03-19 15:13:13 +0000 [warn]: #0 failed to flush the buffer. retry_times=9 next_retry_time=2023-03-19 15:21:03 +0000 chunk="5f7421cd75ec3e281d2ee436e29d9ad4" error_class=OpenSSL::SSL::SSLError error="SSL_connect returned=1 errno=0 state=error: certificate verify failed (EE certificate key too weak)" 2023-03-19 15:13:13 +0000 [warn]: #0 suppressed same stacktrace 2023-03-19 15:21:03 +0000 [warn]: #0 failed to flush the buffer. retry_times=10 next_retry_time=2023-03-19 15:39:46 +0000 chunk="5f7421cd75ec3e281d2ee436e29d9ad4" error_class=OpenSSL::SSL::SSLError error="SSL_connect returned=1 errno=0 state=error: certificate verify failed (EE certificate key too weak)" 2023-03-19 15:21:03 +0000 [warn]: #0 suppressed same stacktrace
What you expected to happen: Splunk receives log
How to reproduce it (as minimally and precisely as possible): (it may lose efficacy)
docker run zhongpengqun/ruby:2.7.4-with-fluent-plugin-splunk-hec
Then in container and execute below command
Anything else we need to know?:
Environment:
kubectl version
ruby --version
cat /etc/os-release
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened:
Then start fluentd
but get ssl error
What you expected to happen:
Splunk receives log
How to reproduce it (as minimally and precisely as possible): (it may lose efficacy)
Then in container and execute below command
Anything else we need to know?:
Environment:
kubectl version
):1.23
ruby --version
):ruby 2.7.4p191
cat /etc/os-release
):debian 11
6.3.3 trial edition
The text was updated successfully, but these errors were encountered: