Forge Home

windows_eventlog

Module to the windows event log

10,899 downloads

9,144 latest version

3.8 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 999.999.999 (latest)
  • 0.0.1
released Jul 11th 2013
This module has been deprecated by its author since Jan 18th 2018.

The author has suggested puppet-windows_eventlog as its replacement.

Start using this module

Tags: windows

Documentation

liamjbennett/windows_eventlog — version 0.0.1 Jul 11th 2013

#Windows Event Logs module for Puppet

##Overview

Puppet module for managing windows event logs

This module is also available on the Puppet Forge

Build
Status Dependency
Status

##Module Description

The purpose of this module is to manage each of the windows event logs, including the size, rotation and retention

##Usage

windows_eventlog { 'Application':
  log_path => '%SystemRoot%\system32\winevt\Logs\Application.evtx',
  log_size => '2048',
  max_log_policy = 'overwrite'
}

##Development Copyright (C) 2013 Liam Bennett - liamjbennett@gmail.com Distributed under the terms of the Apache 2 license - see LICENSE file for details. Further contributions and testing reports are extremely welcome - please submit a pull request or issue on GitHub

##Release Notes

0.0.1 The initial version