When calling the export API in XML,Splunkd might write a lot of spaces before the first XML tag (see attachment). The InsertRootElementFilterInputStream class assumes that a buffer of 512 bytes is enough to find the first opening tag. As a result the following exception is raised: [java.io|http://java.io/].IOException: Push back buffer is full
Internally tracked by DVPL-7313