- Update for Graylog v1.2 release.
- Added
elasticsearch_request_timeout
option. - Removed
elasticsearch_store_timestamps_as_doc_values
option. - Removed
groovy_shell_enable
andgroovy_shell_port
options.
- Added
- Quote bare integer to pass validation check. (#28)
- Use
required_packages
instead ofrequire
for apt source. (#15) - Added spec tests for
graylog2::server
class. (#18) - Suppress diffs for config files. (#23)
- Update for Graylog v1.1 release. (#26)
- Usage of any
mongodb_*
option other thanmongodb_uri
is deprecated and will log a warning.
- Update for Graylog v1.0 release.
- Drops support for all previous releases.
- Unbreak module by passing missing arguments for server and radio.
- Adjust config templates to 0.92 release.
- Make
graylog2::repo
optional. (#7) - Do not install
apt-transport-https
if the resource is already defined. - Fix problems with newer Puppet versions regarding variables. (#8 / #11)
- Add timeout option for graylog2-web-interface.
- Switch repository URLs to HTTPS.
- Add support for graylog2-stream-dashboard. (#5)
- Add support for managing graylog2-radio. (#3)
- Compatibility fixes for Puppet 2.7.x. (#4)
- Add
command_wrapper
,java_opts
andextra_args
options. (#1, #3)
- Fix puppet-lint warnings.
- README updates to clarify some things.
- Remove default for the
root_password_sha2
parameter. This needs to be set by the user now! - Remove support for Ubuntu 12.04 as there are no official packages for that at the moment.
- Switch to
localhost
for server listen URIs. - Add new configuration options for Graylog 0.21.
- Switch to the official Graylog2 package repositories.
- Initial release under the
graylog2
namespace. This module is based on thesynyx/graylog2
module version 0.5.1.