Releases: corey-hammerton/puppet-metricbeat
Releases · corey-hammerton/puppet-metricbeat
v0.5.0
v0.4.2
Notes from the changelog:
- Parameter
$metricbeat::extract_method
to select which extraction method to use for the downloaded zip file. Only applicable for Windows. Valid values areshell
andarchive
- Parameter
$metricbeat::setup
to add common configuration options for metricbeat.yml across a deployment. Typically useful for Heira - Updating the Powershell dependency requirement to use < 5.0.0 versions
v0.4.1
Notes from the changelog:
- Adding new custom resource
metricbeat::modulesd
- Updating dependency modules
- Improving Travis-CI deployment automation
v0.4.0
This release focuses on Metricbeat 7.x support. Notes from the Changelog
- Modules are configurable through Hiera
- Simplifying support for the Elastic Cloud by making the Cloud ID and Auth properties available as class parameters
v0.3.0
This release primarily focuses on the updates to Puppet with some additional functionality for the service.
- Add support for Puppet 6
- Add support for Windows OS
- Added optional xpack configuration on 6.x and higher versions
- Moved all default parameter values to params.pp
v0.2.0
This release adds support for configurations available in the 6.x versions while maintaining backward compatibility. Notes from the Changelog
- New parameter
major_version
is used to determine weather to use the 5.x configurations or the 6.x. Default is '5', ensure that users update this value when updated to 6.x - The
modules
andprocessors
parameter now accepts multiple parameters (#4)
v0.1.0
Initial release of Metricbeat. Please review documentation from Elastic and this module for functionality.