Json data ingested contains unicode data (xml)

Hi

I'm a little bit puzzled ..

We got logging coming from a k8s , it is logging in json to our elastic , the logging exposes a xml file in the message field, this is encoded in unicode

like

<TIMESTAMP> <loglevel> <sometext> <xml file in unicode>

when checking in kibana, the document is show, but the XML is unreadable .. (aka it's showing \u003c?xml.. instead of <?xml

when checking in elastic the message field is clearly in unicode

is this issue related to kibana processing the document, or is it the issue located on elastic level ?

is there a way to enable unicode processing for this field (i assume it is processed OK..)

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.