logstash-plugins / logstash-input-gelf

Apache License 2.0
20 stars 39 forks source link

Make this plugin works under 5.0 #41

Closed ph closed 8 years ago

ph commented 8 years ago

Fix an issue with the java json parse that was return an array instead of single element, fix the test that were using the wrong condition.

And reformat the changelog to follow the new convention

Fixes #41

ph commented 8 years ago

@colinsurprenant Can you take another look, I tried to minimize the changes to the plugin, this plugin needs a bit of rework with the classes methods.