[Q&A] Trying to Configure syslog as input plugin with port 5140. Facing the issue as unexpected error error_class=Errno::EADDRINUSE error="Address already in use - bind(2) for 0.0.0.0 :5140" #5154
Unanswered
SudhaPrajapati
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What is a problem?
Trying to Configure syslog as input plugin with port 5140.
Facing the issue as unexpected error error_class=Errno::EADDRINUSE error="Address already in use - bind(2) for 0.0.0.0 :5140".
Below is the configuration which i have used for source
_
@type syslog
port 5140
bind 0.0.0.0
tag syslog.customlog
Describe the configuration of Fluentd
Describe the logs of Fluentd
117:in
send_socket' 2025-11-13 13:36:20 +0000 [error]: #0 /opt/fluent/lib/ruby/gems/3.2.0/gems/serverengine-2.3.2/lib/serverengine/socket_manager.rb:164:i nprocess_peer'2025-11-13 13:36:20 +0000 [error]: #0 unexpected error error_class=Errno::EADDRINUSE error="Address already in use - bind(2) for 0.0.0.0
:5140"
Environment
Beta Was this translation helpful? Give feedback.
All reactions