Dears ,
i am using Graylog v2.1.3 on OVA ubuntu appliance
i have tomcat portal and i need to push the logs to Graylog along with
Fileappender
i added SYSLOG appender in *logback.xml *
as below :
<appender name="SYSLOG" class="ch.qos.logback.classic.net.SyslogAppender">
<syslogHost>10.102.1.227</syslogHost>
<facility>SYSLOG</facility>
<suffixPattern>[%thread] %logger %msg</suffixPattern>
</appender>
<root level="DEBUG">
<appender-ref ref="SYSLOG" />
</root>
but unfourtintly its not being shown in the Graylog search but its being
reach to the Graylog server if check it using tcpdump
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"
any idea to fix the issue ?
is there any restriction on the graylog server to ignore the traffic?
the Date on the server is not correctly set this might be the issue ?
Regrds
--
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/be00abd6-fca6-48a0-8422-54fbc1b1e1eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.