hi community
The elapsed_expired_error
is not generated after waiting 300 secs
here is elapsed filter config
if "t1_req" in [tags] or "t1_res" in [tags] {
elapsed {
start_tag => "t1_req"
end_tag => "t1_res"
unique_id_field => "unique_id"
periodic_flush => true
timeout => 300
add_tag => ["t1_d0"]
}
}
plz advise thank you