Advertisement
Guest User

Untitled

a guest
Oct 24th, 2017
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.01 KB | None | 0 0
  1. define ROOT C:\Program Files (x86)\nxlog
  2.  
  3. Moduledir %ROOT%\modules
  4. CacheDir %ROOT%\data
  5. Pidfile %ROOT%\data\nxlog.pid
  6. SpoolDir %ROOT%\data
  7. LogFile %ROOT%\data\nxlog.log
  8.  
  9. <Extension gelf>
  10.     Module xm_gelf
  11. </Extension>
  12.  
  13. <Input in>
  14.     Module im_msvistalog
  15.     ReadFromLast    True
  16.     Query   <QueryList>\
  17.                     <Query Id="0">\
  18.                             <Select Path="Security">*[Security[(EventID='4704, 4705, 4719, 4720, 4722, 4723, 4724, 4725, 4726, 4727, 4728, \
  19.                             4729, 4730, 4731, 4732, 4733, 4734, 4735, 4737, 4738, 4739, 4740, 4742, 4743, 4744, 4745, 4746, 4747, 4748, 4749, \
  20.                             4750, 4751, 4752, 4753, 4754, 4755, 4756, 4757, 4758, 4759, 4760, 4761, 4762, 4764, 4767, 4781, 4798, 4799, 5136, \
  21.                             5137, 5138, 5139, 5141, 5142, 5143, 5144')]]</Select>\
  22.                     </Query>\
  23.     </QueryList>
  24. </Input>
  25.  
  26. <Output out>
  27.     Module      om_tcp
  28.     Host        10.105.150.241
  29.     Port        12201
  30.     OutputType  GELF_TCP
  31. </Output>
  32.  
  33. <Route 1>
  34.     Path        in => out
  35. </Route>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement