Install from Source
Step 1: Install Ruby Interpreter
Step 2: Fetch Source Code
$ git clone https://github.com/fluent/fluentd.git
$ cd fluentdStep 3: Build and Install
$ bundle install
Fetching gem metadata from https://rubygems.org/.........
...
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
$ bundle exec rake build
fluentd xxx built to pkg/fluentd-xxx.gem.
$ gem install pkg/fluentd-xxx.gemStep 4: Run
Troubleshooting
Cannot install on M1 macOS
Next Steps
Last updated
Was this helpful?