It's not entirely clear to me if the example above is a single line that should be split into multiple events, a single line with a single event, or two lines that should result in two events.
Use the split filter to break you line in fields, your delimiter here is clearly the | character, isn't?
The split filter splits a field into multiple events. You probably meant the mutate filter's split option, but I think the csv filter would be a better match.
@magnusbaeck you're right, the event line is a bit confusing, I agree using CSV filter here will work, apologies if the message has understood as misleading.
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.