Hello,

i have gray log that works with Linux servers just fine but as i added Win 
Computer all the messages it gets its in Gibberish!
look at the added file.

my client define : 


nxlog.conf 

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
SuppressRepeatingLogs TRUE

<Extension gelf>
  Module xm_gelf
</Extension>

<Input eventlog>
  # Use 'im_mseventlog' for Windows XP, 2000 and 2003
  Module im_msvistalog
  ReadFromLast TRUE
  SavePos TRUE
  PollInterval 5

  # Uncomment the following to collect specific event logs only
  Query <QueryList>\
  <Query Id="0">\
  <Select Path="Application">*</Select>\
  <Select Path="System">*</Select>\
  <Select Path="Security">*</Select>\
  </Query>\
  </QueryList>
</Input>

<Output graylog2>
  Module om_udp
  Host 172.10.170.31
  Port 1030
  OutputType GELF
</Output>

<Route 1>
  Path eventlog => graylog2
</Route>

-- 
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 graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/d6a658eb-7c6d-4d7a-b665-4555648823be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to