Skip to content

noma4i/puppet-windows_nxlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windows_nxlog

Puppet module to install and setup Fluentd client(nxlog) to Windows machine.

How to use

    windows_nxlog {'Setup NXLog to send logs to Fluentd':
      ensure => 'present',
      host => '192.168.33.10',
      port => '514'
    }

This is a basic setup which will download, install and configure NXLog for sending logs to Fluentd.

If you want to changes that, you are free to edit templates\nxlog.conf.erb

NXLog config explained

Section events
Events are consumed using `im_msvistalog` module which is working only in win7 and later.
Pointer starts to read Windows Event log from last record.
Section transform_events
All input events are transformed to `syslog` type.

About

Puppet module to install and setup NXLog to Windows machine. For sending logs to Fluentd, Logstash etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published