Extracting fields from a linked xml file

Hi,

I am indexing xml files using Logstash, which is working fine.

Does anyone know if it is possible to grab values from an xml file linked to from within the xml file being processed by Logstash?

Specifically, my data is coming in xml format. Within these documents are fields which link to another xml file. Within the linked xml file is a tag containing a url for an image. I want to extract this url and index it along with the other fields in the original xml document.

Any thoughts, or solutions, greatly appreciated!

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