ATTENTION: This major release removes support for Graylog versions < 5.0
and switches the graylog::allinone
module from Elasticsearch to OpenSearch.
- Add
java_opts
config option to configure addition Java options. (#52, @timdeluxe) - Add stdlib 9.x compatibility. (#59, @cruelsmith)
- Replace deprecated
is_master
flag withis_leader
. (#57) - Update default Graylog version to 5.1.
- Disable
JAVA
setting in environment file by default. (#60) - Update PDK to 3.0.
- Switch default MongoDB version to 5.0.19 in
graylog::allinone
. - Add
package_name
setting forgraylog::server
. - Remove java module requirement from documentation.
- Replace Elasticsearch with OpenSearch in
graylog::allinone
. - Remove support for Graylog < 5.0.
- Add ability to update Java Heapsize. (#47)
- Add ability to restart service on package upgrade. (#48, @clxnetom)
- Convert module to PDK. (#33)
- Update the module to use the latest version of Graylog. (#44)
- Fix problem with missing "/etc/apt/apt.conf.d" directory (#31)
- Attention: This also changes the proxy configuration file from
/etc/apt/apt.conf.d/01proxy
to/etc/apt/apt.conf.d/01_graylog_proxy
. Make sure to remove the old one when upgrading this module.
- Attention: This also changes the proxy configuration file from
- Run apt-get update after adding repo and before installing server package (#32)
- Update for Graylog 3.0.0
- Add capability for installation behind proxy (yum/apt) (#20)
- Don't force
show_diff
totrue
(#24) - Bump required stdlib version to 4.16 for the length function (#23)
- Update for Graylog 2.5.0
- Allow puppetlabs-apt < 7.0.0, puppetlabs-stdlib < 6.0.0 (#27)
- Replace deprecated size() with length() (#22, #21)
- Replace deprecated elasticsearch module references (#17)
- Replace deprecated mongodb module references
- Allow puppetlabs/apt module version >3.0.0 (#16)
- Update for Graylog 2.4.0
- Update for Graylog 2.3.0
- Adding a more complex example to README (#11)
- Fix variable scoping (#12, #10)
- Prepare for Graylog 2.2.0
- Fix dependency declaration in metadata.json (#8)
- Replace own custom function with
merge
from stdlib. (#4) - Make the Vagrant setup work (#3)
- Use Graylog 2.1.0 as default version
- Fixed a typo in the README
Initial Release