Hello, i am new at GrayLog, i configured Heroku, but there are no messages showing up on the server, my nlog.conf is this:
## This is a sample configuration file. See the nxlog reference manual about the ## configuration options. It should be installed locally and is also available ## online at http://nxlog.org/docs/ ## Please set the ROOT to the folder your nxlog was installed into, ## otherwise it will not start. #define ROOT C:\Program Files\nxlog define ROOT C:\Program Files (x86)\nxlog Moduledir %ROOT%\modules CacheDir %ROOT%\data Pidfile %ROOT%\data\nxlog.pid SpoolDir %ROOT%\data LogFile %ROOT%\data\nxlog.log #<Extension _syslog> # Module xm_syslog #</Extension> <Extension _syslog> Module xm_syslog </Extension> <Extension gelf> Module xm_gelf </Extension> <Input in> # Module im_msvistalog # For windows 2003 and earlier use the following: # Module im_mseventlog Module im_mseventlog </Input> <Output out> #Module om_tcp Module om_udp Host 192.168.1.67 Port 12201 #Exec to_syslog_snare(); #OutputType GELF </Output> <Route 1> Path in => out </Route> Can you help me what i am doing wrong? Thanks! -- 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/264e2b70-f956-4d46-a2b6-a505d08fd02b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
