Graylog2 Web RPM packages
A compiled RPM is available from the releases page
This RPM requires some config after install. You'll need to edit the location of your graylog2-server instance in the config file at /etc/graylog2/web.conf
Further instructions can be found here
building your own is simple
git clone https://github.com/jaxxstorm/graylog2-web-rpm.git ~/rpmbuild
cd rpmbuild && rpmbuild -ba SPECS/graylog2-web.spec
These rpms have been tested extensively on my personal CentOS instance, however I realise they aren't perfect. Please submit a pull request to improve them!
Thanks to Tavisto for his excellent work on the elasticsearch rpm, was a great starting point for init scripts and spec files
Thanks to the graylog2 team for making such an awesome open source product!