You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can't do much with non-UTF8 response bodies in terms of outputting them to the console or ES since the go JSON encoder will replace them with empty strings (and ES won't index them anyway).
However we should document this behavior and possible add a new field http.response.body.encoding field that shows the encoding of the body.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
We can't do much with non-UTF8 response bodies in terms of outputting them to the console or ES since the go JSON encoder will replace them with empty strings (and ES won't index them anyway).
However we should document this behavior and possible add a new field
http.response.body.encoding
field that shows the encoding of the body.The text was updated successfully, but these errors were encountered: