I have a XML documents to be indexed
<metadata
<meta content="Our Projects" name="Section"/
<meta content="Completed Projects" name="Categorie"/
</metadata
And I want to index the content
I have a XML documents to be indexed
<metadata
<meta content="Our Projects" name="Section"/
<meta content="Completed Projects" name="Categorie"/
</metadata
And I want to index the content
Have you looked at Logstash?
you need to pass well formed xml to multiline and wrap into a single event in a field, e.g.message then pass that to the xml filter, see this Parsing multiline logs : line + xml
© 2020. All Rights Reserved - Elasticsearch
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.