I'm using Kibana 5.2.2 and ES 5.2.0
In one of our projects we need to insert XMLs into the Elastic search.
We are using JSON rest requests to insert the XML into the Elastic search.
Since the XML sometime have characters that break the JSON format, we decided to encode the XML with base64 - and then use the Kibana Decode base64 option to decode it for users to see in the discover tab.
The problem is with Hebrew characters, Kibana decoding from base64 converts them into gibberish..
I can only guess it is somehow related to the encoding used by Kibana when decoding the Base64.
When I tried decoding the base64 online (https://www.base64decode.org) everything was decoded correctly and the Hebrew characters were shown.
Could it be that Kibana does not use UTF-8 when decoding ?
Heres an example string containing Heberw chars - encoded with base64:
15DXmdeW16nXlNeVINeY16fXodeYINeR16LXkdeo15nXqg==
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.