Hello,
I need to reconstruct a field and want to introduce a horizontal tab (\t, 0x09).
Within the filter part I set the following
mutate {
replace => { "message" => "hello\tWorld" }
}
But this is not working. As an output i'm using tcp and the message field in as follow "message" => "HellobackslashbackslashtWorld"
Anyone an idea?