We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since version 4.1.0, when I start Logstash, I have this blocking error, which shutdows Logstash :
Problems loading a plugin with {:type=>"input", :name=>"file", :path=>"logstash/inputs/file", :error_message=>"No such file or directory - JAR_VERSION", :error_class=>Errno::ENOENT, :error_backtrace=>["org/jruby/RubyIO.java:3600:in `read'", "/logstash-6.1.1/vendor/bundle/jruby/2.3.0/gems/logstash-input-file-4.1.0/lib/filewatch/bootstrap.rb:33:in `<module:FileWatch>'", ...]
My environment : OS : Windows 10 Logstash : v6.1.1
My Logstash configuration :
input { file { path => [ "C:/logstash/test-logstash/test-logstash-file.txt" ] start_position => "beginning" sincedb_path => "C:/logstash/test-logstash/test-logstash-file.sincedb" } } filter { } output { stdout {} }
The text was updated successfully, but these errors were encountered:
Critical fixes for two show stopper bugs #180 and #182 (#183)
606fcb8
* Fix JAR_VERSION read problem, add test and fix /dev/null write IO error * bump version and add changelog entry Fix #182 Fix #180
guyboertje
No branches or pull requests
Since version 4.1.0, when I start Logstash, I have this blocking error, which shutdows Logstash :
My environment :
OS : Windows 10
Logstash : v6.1.1
My Logstash configuration :
The text was updated successfully, but these errors were encountered: