Skip to content

Instantly share code, notes, and snippets.

@robinsmidsrod
Created August 13, 2014 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinsmidsrod/1b8ad76db211cdf67fbb to your computer and use it in GitHub Desktop.
Save robinsmidsrod/1b8ad76db211cdf67fbb to your computer and use it in GitHub Desktop.
Error message stopping logstash pipeline
{
:timestamp => "2014-08-12T08:09:58.388000+0000",
:message => "Exception in filterworker",
"exception" => #<NoMethodError: undefined method `>' for nil:NilClass>,
"backtrace" => [
"(eval):917:in `initialize'",
"org/jruby/RubyProc.java:271:in `call'",
"/opt/logstash/lib/logstash/pipeline.rb:262:in `filter'",
"/opt/logstash/lib/logstash/pipeline.rb:203:in `filterworker'",
"/opt/logstash/lib/logstash/pipeline.rb:143:in `start_filters'"
],
:level => :error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment