-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
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
Logstash Error #15
Comments
Per http://stackoverflow.com/a/33211940/350613 have you tried this alternative logstash config for the avro codec:
|
+1 I'm getting the same error. I tried using the config from that stackoverflow post but when I try it I get this error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting the following errors while trying to decode an avro kafka payloads:
���T.2016-02-18T21:04:14.182MadisonMadison._sp80UM-LEeWzy4JC2MRxcg._dM83cNa1EeWNn7pTE75EYA jconlon@mudshark"Condor Industries"Condor Industries._iqWIsM9sEeWzy4JC2MRxcg2cdo://mudshark:2036/repo1�� {:exception=>#<NoMethodError: undefined method
decode' for #Array:0x61a3ee90>, :backtrace=>["/opt/elastic/logstash/logstash-2.2.2/vendor/bundle/jruby/1.9/gems/logstash-input-kafka-2.0.4/lib/logstash/inputs/kafka.rb:178:inqueue_event'", "/opt/elastic/logstash/logstash-2.2.2/vendor/bundle/jruby/1.9/gems/logstash-input-kafka-2.0.4/lib/logstash/inputs/kafka.rb:148:in
run'", "/opt/elastic/logstash/logstash-2.2.2/vendor/bundle/jruby/1.9/gems/logstash-core-2.2.2-java/lib/logstash/pipeline.rb:331:ininputworker'", "/opt/elastic/logstash/logstash-2.2.2/vendor/bundle/jruby/1.9/gems/logstash-core-2.2.2-java/lib/logstash/pipeline.rb:325:in
start_input'"], :level=>:error}`Logstash configuration
Payloads created with Avro 1.7.7 in Java:
Tried both:
Appreciated any tips on solving this.
thanks,
John
The text was updated successfully, but these errors were encountered: