- remove conflicting field ("type")
- ranme duration => session_duration
This commit is contained in:
t3chn0m4g3
2024-12-09 19:44:15 +01:00
parent c710aa83f0
commit 663b509e90
3 changed files with 7 additions and 1 deletions

View File

@ -520,6 +520,9 @@ filter {
}
mutate {
remove_field => ["ts"]
rename => {
"duration" => "session_duration"
}
}
}

View File

@ -512,6 +512,9 @@ filter {
}
mutate {
remove_field => ["ts"]
rename => {
"duration" => "session_duration"
}
}
}