I have a log file and each entry contains multiple dates (when a ticket was opened, assigned, closed). Can I calculate the time passed with logstash and then add this value to each entry?
Yes, but I suspect you'll have to write some custom Ruby code in a ruby filter.
Hi, I have a similar use case, I just wanted to know if someone was able to solve this problem.