You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Jruby this gem will return objects with a class of Twitter::NullObject, this is not encodable by JrJackson, and is just not a great idea. This gem should attempt to return all data as standard ruby objects to logstash.
Per my discussion with @colinsurprenant I'll be implementing this by adding a monkey patch for Twitter::NullObject#to_json to help JrJackson serialize this.
Just leaving a note here, while Logstash 1.5.3 fixes this with a newer JrJackson, its market penetration isn't too high. There's no urgency here, but we should update this in the next few months.
On Jruby this gem will return objects with a class of
Twitter::NullObject
, this is not encodable by JrJackson, and is just not a great idea. This gem should attempt to return all data as standard ruby objects to logstash.Please see ticket elastic/logstash#3289 for the original report.
The text was updated successfully, but these errors were encountered: