fluent-plugins-nursery / fluent-plugin-remote_syslog

Fluentd plugin for output to remote syslog serivce (e.g. Papertrail)
https://github.com/dlackty/fluent-plugin-remote_syslog
MIT License
68 stars 53 forks source link

Unknown output plugin 'remote_syslog' #6

Closed moodygit closed 8 years ago

moodygit commented 8 years ago

Hi. Could you help?

2016-01-31 20:13:24 -0500 [info]: reading config file path="/etc/td-agent/td-agent.conf" 2016-01-31 20:13:24 -0500 [info]: starting fluentd-0.12.19 2016-01-31 20:13:25 -0500 [info]: gem 'fluent-mixin-config-placeholders' version '0.3.0' 2016-01-31 20:13:25 -0500 [info]: gem 'fluent-mixin-plaintextformatter' version '0.2.6' 2016-01-31 20:13:25 -0500 [info]: gem 'fluent-plugin-mongo' version '0.7.11' 2016-01-31 20:13:25 -0500 [info]: gem 'fluent-plugin-rewrite-tag-filter' version '1.5.3' 2016-01-31 20:13:25 -0500 [info]: gem 'fluent-plugin-s3' version '0.6.4' 2016-01-31 20:13:25 -0500 [info]: gem 'fluent-plugin-scribe' version '0.10.14' 2016-01-31 20:13:25 -0500 [info]: gem 'fluent-plugin-td' version '0.10.28' 2016-01-31 20:13:25 -0500 [info]: gem 'fluent-plugin-td-monitoring' version '0.2.1' 2016-01-31 20:13:25 -0500 [info]: gem 'fluent-plugin-webhdfs' version '0.4.1' 2016-01-31 20:13:25 -0500 [info]: gem 'fluentd' version '0.12.19' 2016-01-31 20:13:25 -0500 [info]: adding match pattern="test." type="file" 2016-01-31 20:13:25 -0500 [info]: adding match pattern="test2." type="stdout" 2016-01-31 20:13:25 -0500 [info]: adding match pattern="test2.**" type="remote_syslog" 2016-01-31 20:13:25 -0500 [error]: config error file="/etc/td-agent/td-agent.conf" error="Unknown output plugin 'remote_syslog'. Run 'gem search -rd fluent-plugin' to find plugins" 2016-01-31 20:13:25 -0500 [info]: process finished code=256 2016-01-31 20:13:25 -0500 [warn]: process died within 1 second. exit.

dlackty commented 8 years ago

Sure. it looks like you didn't install this fluent plugin correctly.

Please try:

sudo td-agent-gem install fluent-plugin-remote_syslog

and restart the process.

moodygit commented 8 years ago

Thank you. It works. Sorry