logstash tab separator not escaping
Instead of using "\t" as the seperator, input an actual tab. like this:
filter {
csv {
separator => " "
}
}
Instead of using "\t" as the seperator, input an actual tab. like this:
filter {
csv {
separator => " "
}
}