logstash-plugins / logstash-codec-json

Apache License 2.0
23 stars 29 forks source link

Feature Request: support for "target" option #24

Closed bviswana101 closed 2 years ago

bviswana101 commented 8 years ago

JSON fields decoded from message are written to root event. Support for target similar to JSON filter would help avoid namespace clashes.

micoq commented 6 years ago

+1 Some plugins like logstash-input-http_poller already have a target option but the codec would be a better place.

jsvd commented 2 years ago

this was done by @kares at https://github.com/logstash-plugins/logstash-codec-json/pull/37