Graylog2 / fpm-recipes

Graylog package build recipes
http://docs.graylog.org/en/latest/pages/installation/operating_system_packages.html
18 stars 18 forks source link

Graylog Collector for CentOS 6? #42

Closed ludakhris closed 7 years ago

ludakhris commented 9 years ago

I couldn't locate a collector RPM for Cent OS 6 is there one available?

joschi commented 9 years ago

We currently only provide official Graylog Collector packages for CentOS 7 (see http://docs.graylog.org/en/1.1/pages/collector.html#operating-system-packages) but we'll think about supporting other Linux distributions as well if there's some demand for it.

ludakhris commented 9 years ago

Is there a way I can compile or create a centos 6 version of the collector?

On Friday, July 24, 2015, Jochen Schalanda notifications@github.com wrote:

We currently only provide official Graylog Collector packages for CentOS 7 (see http://docs.graylog.org/en/1.1/pages/collector.html#operating-system-packages) but we'll think about supporting other Linux distributions as well if there's some demand for it.

— Reply to this email directly or view it on GitHub https://github.com/Graylog2/fpm-recipes/issues/42#issuecomment-124400116 .

"I rather be hated for who I am than to be loved for who I'm not." "If you think I'm talking about you...I probably am." ~Chow

joschi commented 9 years ago

@ludakhris You can simply install it manually. See http://docs.graylog.org/en/1.1/pages/collector.html#manual-setup for details.

bernd commented 9 years ago

@ludakhris We will create a OS package for CentOS 6 soon.

justyns commented 9 years ago

I would also like to see an official centos6 rpm/repo for the collector.

pinkeen commented 9 years ago

seconded

libby2cm commented 9 years ago

thirded? :)

tece81 commented 9 years ago

fourthed.

leonkyneur commented 9 years ago

fifthed.

longwa commented 8 years ago

Looks like the recipes already has CentOS 6 support but it's commented out. I also see Docker support for it. Is it just broken or can we use fpm to build the package manually?

longwa commented 8 years ago

Ok, I was able to build a usable package for CentOS 6 using their vagrant/docker instructions with the modifications in this fork (https://github.com/longwa/fpm-recipes).

The main issue was that the fpm recipe is missing a proper init.d script for CentOS and proper post-install scripts. I added a pretty generic (and probably not the greatest) init.d/graylog-collector that seems to work fine for me on 6.7.

After you install, you will need to create a working config in /etc/graylog/collector/collector.conf before the service will start.

You can download my CentOS 6 RPM here until they create proper support: https://bintray.com/artifact/download/longwa/rpm/graylog-collector-0.4.1-1.noarch.rpm

joschi commented 8 years ago

@longwa Awesome! Feel free to file a pull request for CentOS 6 support in this repository.

alexkipkalo commented 8 years ago

What do you think abut Amazon Linux AMI support ?

alankis commented 8 years ago

What is estimated time when collector for CentOS 6 will be avaliable? Thanks

joschi commented 8 years ago

@alankis There's no planned release date of the CentOS 6 packages for the Graylog Collector. In the meantime you can use the third-party package built by @longwa.

danlsgiga commented 8 years ago

+1 to have a supported CentOS 6 package for the collector!

mlandewers commented 8 years ago

+1 For a CentOS 6 collector package

bernd commented 7 years ago

The collector is deprecated in favor of the collector-sidecar. I am closing this.