Inputs Syslog UDP/TCP - FAILED

Hi All,
there I am totally new with Graylog can’t track the issue where the problem is!
I’m not able to input Syslog UDP/TCP and after lunch the input I get Failed error.

my Rsyslog.conf is like below

# Default Settings

# Load Modules
module(load="imudp")
module(load="imtcp")
module(load="imuxsock")

# rsyslog Templates

# rsyslog Input Modules
input(type="imudp" 
	 port="514")
input(type="imtcp" 
	 port="514")

# rsyslog RuleSets
# Default RuleSet

any way to solve this?

Please refer to the official Linux Syslog Guide for Graylog:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.