Hi, it looks like you're missing the correct OutputType directive for your GELF output (see https://nxlog.co/docs/nxlog-ce/nxlog-reference-manual.html#xm_gelf for details).
Cheers, Jochen On Monday, 23 May 2016 22:21:47 UTC+2, Spoonky Caputt wrote: > > 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/3e994021-ec41-465e-8c2f-c3cf20ef0fd0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
