I have a file that looks like this and I keep getting the first 7 lines as individual documents and the last one its own document. How do i get it so all of these come back as 1 document
OK, so the codec is looking for any lines that match ^CEF. Lines that do not match are joined to the previous event. A line that matches CEF starts a new event.
If you want to consume the entire file as a single event then use a pattern that never matches and flush using a timeout
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.