- 安装ruby
yum install -y ruby
- ruby换源
gem sources --remove https://rubygems.org/
gem sources -a http://mirrors.aliyun.com/rubygems/
- 安装RVM
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
curl -sSL https://get.rvm.io | bash -s stable
source /etc/profile.d/rvm.sh
rvm install 2.5
- 安装fluentd
gem install fluentd --no-document
fluentd --version
- 初始化fluentd及安装mongo插件
fluentd --setup /etc/fluentd
gem install fluent-plugin-mongo --no-document
- 启动
fluentd -c /etc/fluentd/fluent.conf
- fluentd 比较难安装,安装以后也发现难以配置使用
网友评论