Commit bef2350e authored by Klaus Wölfel's avatar Klaus Wölfel

Fix doc

parent b912ec66
...@@ -10,18 +10,18 @@ This exmaple shows how to install and configure fluent-plugin-bin together ...@@ -10,18 +10,18 @@ This exmaple shows how to install and configure fluent-plugin-bin together
with fluent-plugin wendelin output plugin to ingest binary files into with fluent-plugin wendelin output plugin to ingest binary files into
[Wendelin][]. [Wendelin][].
sudo apt-get install supervisor sudo apt-get install supervisor
sudo service supervisor restart sudo service supervisor restart
sudo apt-get install python-software-properties sudo apt-get install python-software-properties
sudo apt-add-repository ppa:brightbox/ruby-ng sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update sudo apt-get update
sudo apt-get install ruby2.0 ruby2.0-⁠⁠dev make sudo apt-get install ruby2.0 ruby2.0-⁠⁠dev make
sudo gem install fluentd --no-ri --no-rdoc sudo gem install fluentd --no-ri --no-rdoc
sudo mkdir -p /etc/fluent/plugin sudo mkdir -p /etc/fluent/plugin
cd /etc/fluent/plugin cd /etc/fluent/plugin
sudo wget https://lab.nexedi.com/nexedi/fluent-plugin-bin/raw/master/lib/fluent/plugin/in_bin.rb sudo wget https://lab.nexedi.com/nexedi/fluent-plugin-bin/raw/master/lib/fluent/plugin/in_bin.rb
sudo wget https://lab.nexedi.cn/nexedi/fluent-plugin-wendelin/raw/master/lib/fluent/plugin/out_wendelin.rb sudo wget https://lab.nexedi.cn/nexedi/fluent-plugin-wendelin/raw/master/lib/fluent/plugin/out_wendelin.rb
sudo wget https://lab.nexedi.cn/nexedi/fluent-plugin-wendelin/raw/master/lib/fluent/plugin/wendelin_client.rb sudo wget https://lab.nexedi.cn/nexedi/fluent-plugin-wendelin/raw/master/lib/fluent/plugin/wendelin_client.rb
Create /etc/fluent/fluentd.conf: Create /etc/fluent/fluentd.conf:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment