Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

jaxxstorm/graylog2-web-rpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

graylog2-web

Graylog2 Web RPM packages

Releases

A compiled RPM is available from the releases page

Installing

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

Build your own

building your own is simple

git clone https://github.com/jaxxstorm/graylog2-web-rpm.git ~/rpmbuild
cd rpmbuild && rpmbuild -ba SPECS/graylog2-web.spec

Patches

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!

Acknowledgements

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!