XML filter giving comma separated values

Has anyone else experienced this? When I specify an xpath like /el1/el2//*/text() it does get all the text but whenever there are different elements in that path it separates them with commas, so the field it outputs to looks like:

,
,
some text,
,
19
,
,
more text,
,

How can I get it to just save the text?

Turned out it was just how Kibana displays arrays. Should have checked the JSON source!

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