I facing an issue for parsing RFC3339 can anyone help me
In statedump it is showing the time stamp like this
"ts": "2025-11-18T21:17:14.026+10:00"
the code i am using is
date {
match => ["ts", "RFC3339"]
target => "event.idm.read_only_udm.metadata.event_timestamp"
on_error => "date_parse_failed"
}
but i am getting error
"date_parse_failed": true
