Want to add duration (in seconds) to timestamp

Dear all,

i want to add a given durations (in seconds) to timestamp into a new field.
In the end, i have the start time (timestamp) and the end time.

What is the easiest way during import by logstash ?

Thanks a lot!

If you have both the start time (timestamp) and end time in the same event then this might help.

If you have the start time and end time in different events then an aggregate filter might work for you.

I habe the start time and the duration (in seconds). Thanks.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.