Skip to content

Instantly share code, notes, and snippets.

@marten-cz
Created August 3, 2014 16:58
Show Gist options
  • Save marten-cz/f3eca321adfe3cdcab75 to your computer and use it in GitHub Desktop.
Save marten-cz/f3eca321adfe3cdcab75 to your computer and use it in GitHub Desktop.

Install Fluentd

Debian

There is no Debian repository for fluentd, only for Ubuntu. We will install the package from git using ruby.

apt-get install git ruby ruby-dev make
gem install bundler
git clone https://github.com/fluent/fluentd.git
cd fluentd/
bundle install
bundle exec rake build
gem install pkg/fluentd-0.10.52.gem

RHEL/CentOS

curl -L http://toolbelt.treasuredata.com/sh/install-redhat.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment