A split filter is used to take each entry in an array and create an event for it. (It can also split a delimited string into an array and then do the same.)
I think what you want is a clone filter.
clone { clones => [ "theClone" ] }
if [type] == "theClone" {
# Do one thing
} else {
# Do another
}
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.