JSON codec plugin - target option (http input)

That feels like a bug to me. The input applies a codec itself before seeing what codec the user configured. See here. You could try

additional_codecs => {}
codec => json { target => "[document]" }
1 Like