When using new_event_on_match
with elapsed filter a new event is created, with a fresh timestamp. The Aggregate filter adds a new event with a fresh timestamp as well.
I would like to use the timestamp from the original events, which is now available in the field elapsed_timestamp_start
. How can I replace @timestamp
in the newly created event?
Can I use a Date
filter inside an Elapsed
filter?