improve nginx logging

This commit is contained in:
t3chn0m4g3
2022-01-17 17:15:04 +00:00
parent a07918d149
commit c611101987
3 changed files with 41 additions and 22 deletions

View File

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