Calculate the duration between start and end timestamp

Hi ,

In my input i have columns starttime 17-01-2018 21:01:01 and endtime 17-01-2018 21:12:35 . From these i want to calculate the duration of the process to complete the task (endtime -starttime) which is 11 minute 34 seconds. Can you help me how to achieve this?

Thanks,
K.Jayakumar

You can try to do this in a pipeline rule.

http://docs.graylog.org/en/2.4/pages/pipelines/functions.html#parse-date

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