logstash-filter-json icon indicating copy to clipboard operation
logstash-filter-json copied to clipboard

Deserialize array as Array object not ArrayList

Open felipegs opened this issue 10 years ago • 1 comments

Days ago I have a problem with array objects with this filter. When the json has an array, it deserialize the Array as Java ArrayList not as Ruby Array, I applied another filter on deserialized object that use map! method of Ruby Array and map! method does not work.

felipegs avatar May 28 '15 12:05 felipegs

This is causing issues in the logstash-output-riemann (https://github.com/logstash-plugins/logstash-output-riemann/issues/9) as well.

jhitze avatar Aug 06 '15 17:08 jhitze