filebeat
Filebeat is a lightweight, open source shipper for log file data
Version information
released Sep 30th 2016
Start using this module
Add this module to your Puppetfile:
mod 'ferrydg-filebeat', '0.5.5'
Learn more about managing modules with a PuppetfileDocumentation
ferrydg/filebeat — version 0.5.5 Sep 30th 2016
filebeat
A puppet module to manage filebeat (https://www.elastic.co/products/beats/filebeat)
Requirements
- Puppet 2.7.x or better.
- The stdlib Puppet library.
- The file_concat Puppet library.
Usage
Main class
class ( '::filebeat' )
Prospectors
filebeat::prospector { 'apache':
paths => [ 'var/log/httpd/*.log' ],
doctype => 'apache'
}
Dependencies
- ispavailability/file_concat (>= 0.3.0)