Open funkymonkeymonk opened 9 years ago
Same problem: ERROR: Could not find a valid gem 'fluent-plugin-remote-syslog' (>= 0) in any repository
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
Hi, I have followed your instruction but unlucky with error:
"Unknown output plugin 'syslog_buffered'"
td-agent.conf:
<match store.**> @type syslog_buffered remote_syslog 10.100.1.100 port 514 hostname store_1 severity debug tag store-log
+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:
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?
Is there some body knows that contains fluent-plugin-remote-syslog plugin image, where can i find it?
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?