Fixes #1866, thank you @regulartim for reporting

This commit is contained in:
t3chn0m4g3 2026-01-29 14:05:00 +01:00
parent fb9a9b09fd
commit 13bf21bb82
2 changed files with 10 additions and 0 deletions

View file

@ -598,6 +598,11 @@ filter {
# Ipphoney # Ipphoney
if [type] == "Ipphoney" { if [type] == "Ipphoney" {
mutate {
gsub => [
"timestamp", "\+00:00Z$", "+00:00"
]
}
date { date {
match => [ "timestamp", "ISO8601" ] match => [ "timestamp", "ISO8601" ]
} }

View file

@ -598,6 +598,11 @@ filter {
# Ipphoney # Ipphoney
if [type] == "Ipphoney" { if [type] == "Ipphoney" {
mutate {
gsub => [
"timestamp", "\+00:00Z$", "+00:00"
]
}
date { date {
match => [ "timestamp", "ISO8601" ] match => [ "timestamp", "ISO8601" ]
} }