fpm-recipes
fpm-recipes copied to clipboard
Graylog package build recipes
Currently, the YUM repository metadata (`repomd.xml`) isn't signed with Graylog's GnuPG package key. This leads to errors with systems using YUM with `repo_gpgcheck=1`. Refs #79 Refs Graylog2/graylog2-server#4596 Refs https://access.redhat.com/solutions/2850911
This is to address edge cases where `server.conf` may be missing this configuration: https://github.com/Graylog2/graylog-plugin-enterprise/issues/7616 Because there is no default value, it can lead to unexpected and unwanted (and undocumented) behavior....
## Expected Behavior Graylog should use the system certificate storage to allow for easy and general certificate and CA management. ## Current Behavior By default it seems that graylog is...
The current post install text of data node contains: "Please run the following commands if you want to start Graylog automatically on system boot" This is misleading as the instructions...
- change `Graylog` reference to `Graylog Data Node` there might be an additional change to add additional info, keeping this a draft right now resolves #148 ## Notes for Reviewers...