Merge branch 'master' into 22.x

This commit is contained in:
Marco Ochse
2022-04-11 16:47:44 +02:00
committed by GitHub
3 changed files with 12 additions and 2 deletions

View File

@ -584,6 +584,11 @@ filter {
date {
match => [ "timestamp", "ISO8601" ]
}
mutate {
rename => {
"request" => "request_data"
}
}
}
# Sentrypeer