I can't get the http output plugin to send as json instead of binary data #4435
thayes-amplify
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For some reason my http output is sending the body as binary data. Anyone run into this? I can't get it to just send json.
Here is my simplified conf:
I've tried also setting
json_array true
. In addition, when I change@type
tostdout
just to see what it looks like it looks exactly the way I want it to be sent in the request. When I output the body in the logs of the service it's hitting (a Python service), it's outputtingb'{json string ommitted}'
indicating it's binary data.What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions