Compare commits

..

2 commits

Author SHA1 Message Date
dz
f0a188fd54
Merge cbcf7871ec into 13bf21bb82 2026-01-29 08:39:04 -08:00
t3chn0m4g3
13bf21bb82 Fixes #1866, thank you @regulartim for reporting 2026-01-29 14:05:00 +01:00
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" ]
} }