Kibana is adding unwanted semicolons to the message body

Hi,

I'm using Kibana 3.0 with ElasticSearch 1.0.1. It seems that sometimes
Kibana adds semicolons to the body of an xml message. This causes the xml
to be invalid when we copy/parse them for further analysis.

An example of a fragment of what we see in Kibana:

<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="
http://www.w3.org/2001/XMLSchema">

But when I check what ElasticSearch is sending to Kibana I see:

<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">

Is this a known bug? And is there something we can do to fix this?

Thanks!

Regards,
Erol Dönerler

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/7ddcf7e7-bf14-4262-9a00-7c68f31058c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.