I want to read some analysis logs of machine data. The data I want to read are written as xml but are at the end of the files. I have the problem that the files start with unreadable machine data and I can't find a way to read the files and access the xml data. Since the machine data is written in more than 1000 lines, my favorite would be to ignore the machine data and just read in the xml data. Also the files are not ending on .xml but on .wve
Help would be greatly appreciated!