When I launch logstash I get the following error: LoadError: no such file to load -- restclient require at org/jruby/RubyKernel.java:1072 require at /application/nfmoss/vendors/logstash/vendor/bundle/jruby/1.9/gems/polyglot-0.3.5/lib/polyglot.rb:65 register at (ruby filter init):5 eval...
Tried to load a plugin's code, but failed. {:exception=>#<LoadError: no such file to load -- \ logstash/codecs/"multiline">, :path=>"logstash/codecs/\"multiline\"", :type=>"codec", :name=>"\"multiline\""} 1. 2. 3. multiline有以下选项, pattern 用于指定具体匹配模式,可使...
Error: No such file or directory - D:/dev/null Exception: Errno::ENOENT Stack: org/jruby/RubyIO.java:1237:in `sysopen' org/jruby/RubyFile.java:365:in `initialize' org/jruby/RubyIO.java:1156:in `open' uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/fileutils.rb:1136:in `block...
System info: Ubuntu 14.04.3 64 bit Logstash 2.1.0 (from Elastic deb repository) After upgrading from 1.5.5 (deb, via apt) to 2.1.0, Logstash didn't start correctly. It told me "Couldn't find any input plugin named 'file'. I thought it wa...
Error loading RubyGems plugin "/Users/cclient/.rvm/gems/jruby-9.1.13.0@global/gems/gem-wrappers-1.4.0/lib/rubygems_plugin.rb": no such file to load -- gem-wrappers (LoadError) Fetching rake 13.0.1 Installing rake 13.0.1 Using bundler 1.17.1 ...
ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb can't find header files for ruby 如果不安装 ruby-rdoc,会报如下错误: gem installed ERROR: While executing gem ... (Gem::DocumentError) ERROR: RDoc documentation generator not installed: no such file to load -- rdoc/rd...
2,发现错误提示“ERROR][logstash.plugins.registry] Tried to load a plugin's code, but failed,:exception=>#<LoadError: no such file to load -- logstash/filters/json_encode>” 3,然后logstash agent没有正常启动,然后Logstah服务关闭。
PubSub模式(也称为观察者模式或事件订阅模式)是一种软件设计模式,它通过解耦发送者和接收者之间的关系...
name NAME Specify the name of this logstash instance, if no value is given it will default to the current hostname. (default: "elk1") -f, --path.config CONFIG_PATH Load the logstash config from a specific file or directory. If a directory is given, all files in that directory will...
No such command "-h" Available commands: -v -V --version agent web test 显然没有 -h 参数,不过列出了能用的参数,但是logstash的参数可不止这些, java -jar /soft/logstash-1.1.0-monolithic.jar agent --help 这些是在agent模式下的命令参数 -f, --config CONFIGFILE Load the...