docebo / fluent-plugin-remote-syslog

fluentd plugin for streaming logs out to a remote syslog server or syslog SaaS service (like Papertrail)
MIT License
20 stars 15 forks source link

Installation instructions #6

Open funkymonkeymonk opened 9 years ago

funkymonkeymonk commented 9 years ago

I couldn't find this gem on ruby gems so using normal gem install fluent-plugin-remote-syslog didn't work.

Is there a preferred way of using this plugin? Could the installation/use instructions be included in the README?

moodygit commented 8 years ago

Same problem: ERROR: Could not find a valid gem 'fluent-plugin-remote-syslog' (>= 0) in any repository

derjohn commented 8 years ago
git clone https://github.com/docebo/fluent-plugin-remote-syslog
cd fluent-plugin-remote-syslog
gem build fluent-plugin-remote-syslog.gemspec
td-agent-gem install fluent-plugin-remote-syslog-*.gem
lhtan200 commented 7 years ago

Hi, I have followed your instruction but unlucky with error:

"Unknown output plugin 'syslog_buffered'"

td-agent.conf:

@type tail path /var/log/misfit/store/*.log format none tag store

<match store.**> @type syslog_buffered remote_syslog 10.100.1.100 port 514 hostname store_1 severity debug tag store-log

iamleet commented 7 years ago

+1 - Testing out different versions of syslog output plugins for forwarding Fluentd to syslog aggregators and this one seems to not find the plugin type post install. ` 2017-08-09 23:15:59 +0000 [info]: starting fluentd-0.10.56 2017-08-09 23:15:59 +0000 [info]: reading config file path="/etc/fluent/fluent.conf" 2017-08-09 23:15:59 +0000 [info]: gem 'fluent-mixin-config-placeholders' version '0.4.0' 2017-08-09 23:15:59 +0000 [info]: gem 'fluent-plugin-record-reformer' version '0.9.1' 2017-08-09 23:15:59 +0000 [info]: gem 'fluent-plugin-remote-syslog' version '1.1' 2017-08-09 23:15:59 +0000 [info]: gem 'fluentd' version '0.10.56' 2017-08-09 23:15:59 +0000 [info]: using configuration file:

type forward
port 24224
bind 0.0.0.0

<match .> type syslog_buffered remote_syslog ip_addy_514_tcp_dumped_syslog_server port 514 hostname ${hostname} facility RicksMacCluster severity debug 2017-08-09 23:15:59 +0000 [info]: adding source type="forward" 2017-08-09 23:15:59 +0000 [info]: adding match pattern="." type="syslog_buffered" 2017-08-09 23:15:59 +0000 [error]: config error file="/etc/fluent/fluent.conf" error="Unknown output plugin 'syslog_buffered'. Run 'gem search -rd fluent-plugin' to find plugins" 2017-08-09 23:15:59 +0000 [info]: process finished code=256 2017-08-09 23:15:59 +0000 [warn]: process died within 1 second. exit `

runseason commented 4 years ago

hello, is this question solved? I have the same problem, Invalid gemspec in [fluent-plugin-remote-syslog.gemspec]: No such file or directory - git ERROR: Error loading gemspec. Aborting. what should I do?

runseason commented 4 years ago

Is there some body knows that contains fluent-plugin-remote-syslog plugin image, where can i find it?