logstash message \n\t " "
parent
d5a6fd8acd
commit
f3f6fdaf90
|
@ -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 => [
|
||||||
|
|
Loading…
Reference in New Issue