filebeats

pdk
Simple module to install and configure filebeats for elasticsearch

38,822 downloads

1,251 latest version

3.1 quality score

Version information

  • 2.1.1 (latest)
  • 2.1.0
  • 2.0.1
  • 2.0.0
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1 (deleted)
  • 1.0.0
  • 0.3.0
  • 0.2.5
  • 0.2.4
  • 0.2.3
  • 0.2.2
  • 0.2.1
  • 0.1.6
  • 0.1.5
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
  • 0.0.14
  • 0.0.13
  • 0.0.12
  • 0.0.11
  • 0.0.10
  • 0.0.9
  • 0.0.8
  • 0.0.7
  • 0.0.6
  • 0.0.5
  • 0.0.4
  • 0.0.3
  • 0.0.2
  • 0.0.1
released Feb 3rd 2017
This version is compatible with:
  • Puppet 3.x
  • Debian

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'hetzner-filebeats', '0.1.6'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add hetzner-filebeats
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install hetzner-filebeats --version 0.1.6

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

hetzner/filebeats — version 0.1.6 Feb 3rd 2017

##2017-02-02 - Release 0.1.6 ###Summary

Add support for prospector fields

  • Added new prospector option, fields
  • Thanks for the contribution @belskiiartem

##2015-04-13 - Release 0.1.5 ###Summary

Adding logstash output

  • Added new parameters for logstash output
  • Added param to specify index to ship for both elasticsearch and logstash
  • Added service_state param to allow for overriding
  • Added loadbalancing param for logstash output

##2015-04-08 - Release 0.1.4 ###Summary

Fix documentation issues

  • Minor indetation in documentation

##2015-04-08 - Release 0.1.3 ###Summary

Fix documentation issues

  • Fix code examples in README, still trying to get a hang of this

##2015-04-08 - Release 0.1.2 ###Summary

Fix documentation issues

  • Fix code examples in README

##2015-04-07 - Release 0.1.1 ###Summary

Minor update to include multiple prospectors

  • This update allows for an array of hashes to configure multiple prospectors
  • This includes setting of input_type and document type in each hash

##2015-04-06 - Release 0.1.0 ###Summary

First major release with tested (on our environment) log exporting

  • Added logging options for filebeats

##2015-04-01 - Release 0.0.13 ###Summary

  • Minor bug fixes
  • Added TLS/SSL support
  • Added protocol option

##2015-03-24 - Release 0.0.9 ###Summary

First working release of basic puppet filebeats module

  • This version only included very basic funcionality for installing and configuring file beats on Debian Wheezy
  • Fixed minor resource ordering issues
  • Fixed some typos in the filebeat template
  • Fixed service notify errors
  • Added shield username and password options