kibana-authentication-proxy
kibana-authentication-proxy copied to clipboard
Encoding issue in ES proxy
We had some encoding issues when proxying ES requests that had Chinese characters in their body. If someone else has the same issue, the fix was to replace 'binary' with 'utf-8' for the write calls in es-proxy.js.
Thanks for your feedback, I'll give it a check soon