Hi Alaa,
On Sunday, 5 February 2017 17:50:04 UTC+1, alaa barqawi wrote: > > i added SYSLOG appender in *logback.xml * > Just FYI, there are also GELF appenders for Logback which can be used to send messages directly to Graylog: https://marketplace.graylog.org/addons?tag=logback > also if tested simple message send using syslog from any source machine > its working fine and appear in the search > like : nc -w0 -u 10.102.1.227 514 <<< "Test" > This is not a valid syslog message according to RFC 3164 <https://tools.ietf.org/html/rfc3164> or RFC 5424 <https://tools.ietf.org/html/rfc5424>. > is there any restriction on the graylog server to ignore the traffic? > Yes, messages have to conform to the syslog protocol, if you want to use a syslog input. Cheers, Jochen -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/895f850f-7eb3-4405-911f-87a16fcbada0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
