Advertisement
Guest User

logstash

a guest
Oct 31st, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. {:timestamp=>"2014-10-31T16:57:11.190000+0000", :message=>"Using milestone 1 input plugin 'jmx'. This plugin should work, but would benefit from use by folks like you. Please let us know if you find bugs or have suggestions on how to improve this plugin. For more information on plugin milestones, see http://logstash.net/docs/1.4.2/plugin-milestones", :level=>:warn}
  2. {:timestamp=>"2014-10-31T16:57:11.255000+0000", :message=>"Issue parsing file C:\\ELK/amitjmx.conf", :level=>:warn}
  3. {:timestamp=>"2014-10-31T16:57:11.256000+0000", :message=>"unexpected token at '## // SECTION INPUT \ninput {\n\n jmx {\n path => \"C:\\ELK\"\n type => jmx\n polling_frequency => 10\n nb_thread => 4\n }\n \n}\n \n## // SECTION FILTER\nfilter {\n\n \n} # // End filter\n \n## // SECTION OUTPUT \noutput {\n\n #Use STDOUT for debugging and running locally.\n stdout {\n codec => rubydebug\n } #END stdout\n\n} #END Output'", :level=>:warn}
  4. {:timestamp=>"2014-10-31T16:57:11.256000+0000", :message=>"json/ext/Parser.java:251:in `parse'\nC:/ELK/logstash-1.4.2/vendor/bundle/jruby/1.9/gems/json-1.8.1-java/lib/json/common.rb:155:in `parse'\nC:/ELK/logstash-1.4.2/lib/logstash/inputs/jmx.rb:28:in `read_conf'\nC:/ELK/logstash-1.4.2/lib/logstash/inputs/jmx.rb:261:in `run'\norg/jruby/RubyDir.java:432:in `foreach'\nC:/ELK/logstash-1.4.2/lib/logstash/inputs/jmx.rb:256:in `run'\nC:/ELK/logstash-1.4.2/lib/logstash/pipeline.rb:163:in `inputworker'\nC:/ELK/logstash-1.4.2/lib/logstash/pipeline.rb:157:in `start_input'", :level=>:warn}
  5. LoadError: no such file to load -- jmx4r
  6. require at org/jruby/RubyKernel.java:1085
  7. require at file:/C:/ELK/logstash-1.4.2/vendor/jar/jruby-complete-1.7.11.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:55
  8. require at file:/C:/ELK/logstash-1.4.2/vendor/jar/jruby-complete-1.7.11.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:53
  9. require at C:/ELK/logstash-1.4.2/vendor/bundle/jruby/1.9/gems/polyglot-0.3.4/lib/polyglot.rb:65
  10. thread_jmx at C:/ELK/logstash-1.4.2/lib/logstash/inputs/jmx.rb:132
  11. run at C:/ELK/logstash-1.4.2/lib/logstash/inputs/jmx.rb:251
  12. [Finished in 5.1s]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement