logstash-plugins / logstash-input-gelf

Apache License 2.0
20 stars 39 forks source link

ECS compatibility improvements #69

Open kares opened 3 years ago

kares commented 3 years ago

The plugin sets the source_host field name, which should be updated to [host][name] in ECS mode.

Also, the plugin does not use the codec for decoding, the JSON codec might be a good fit to gain event.original as well as target support.