logstash message \n\t " "

main
ycz008 2024-03-05 16:30:00 +08:00
parent d5a6fd8acd
commit f3f6fdaf90
1 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,11 @@ data:
mutate { mutate {
join => { "[log][file][path]" => "/" } join => { "[log][file][path]" => "/" }
} }
mutate {
gsub => [
"message", "\n\t", " "
]
}
if [stack_trace] { if [stack_trace] {
mutate { mutate {
gsub => [ gsub => [