A puppet module to manage filebeat (https://www.elastic.co/products/beats/filebeat)
- Puppet 2.7.x or better.
- The stdlib Puppet library.
class ( '::filebeat' )
filebeat::prospector { 'apache':
paths => [ 'var/log/httpd/*.log' ],
doctype => 'apache'
}