You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
apparently the filewatch/tailglob module doesn't exist anymore after the filewatch gem refactor.
logstash-forwarder
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require': no such file to load -- filewatch/tailglob (LoadError) from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:inrequire'
from /usr/lib/ruby/gems/1.8/gems/logstash-forwarder-0.1.1/lib/logstash-forwarder/agent.rb:5
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:inrequire'
from /usr/lib/ruby/gems/1.8/gems/logstash-forwarder-0.1.1/lib/logstash-forwarder.rb:1
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:inrequire'
from /usr/lib/ruby/gems/1.8/gems/logstash-forwarder-0.1.1/bin/logstash-forwarder:5
from /usr/bin/logstash-forwarder:19:in `load'
from /usr/bin/logstash-forwarder:19
The text was updated successfully, but these errors were encountered:
Because logstash now supports ruby as well as jruby I've moved alot of my stuff over to it and as a result havn't kept up on this code.
Logstash moved off of the Eventmachine framework so filewatch was rewritten. If you want to use the forwarder you could probably get away with getting a pre-0.3.x version of filewatch. If i get time to confirm this I'll update the Gemfile.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Upon starting logstash-forwarder exits with :
apparently the filewatch/tailglob module doesn't exist anymore after the filewatch gem refactor.
logstash-forwarder
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
gem_original_require': no such file to load -- filewatch/tailglob (LoadError) from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
require'from /usr/lib/ruby/gems/1.8/gems/logstash-forwarder-0.1.1/lib/logstash-forwarder/agent.rb:5
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
gem_original_require' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
require'from /usr/lib/ruby/gems/1.8/gems/logstash-forwarder-0.1.1/lib/logstash-forwarder.rb:1
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
gem_original_require' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
require'from /usr/lib/ruby/gems/1.8/gems/logstash-forwarder-0.1.1/bin/logstash-forwarder:5
from /usr/bin/logstash-forwarder:19:in `load'
from /usr/bin/logstash-forwarder:19
The text was updated successfully, but these errors were encountered: