Splunk Search

How to create a report which will provide details about the duration between each call?

simikd
New Member

I have a log file like this:

2016-04-26 11:19:05,833 INFO  [pool-1333-thread-2]  (Test.java:412) - POST http://localhost:8080/rest/login
2016-04-26 11:19:08,796 INFO  [pool-1333-thread-2]  (Test.java:429) - HTTP/1.1 200 OK.

My requirement is "Use any log parser tool, create a report which will provide details about how much time each call takes".

I am very new to this. Please help me. It is very urgent.

0 Karma

sundareshr
Legend

If you are just looking for the time difference between two entries, assuming these events are in splunk, you could use this to get the time difference

index=nameofindexwithlogifiles | delta _time as timediff | eval timediff=tostring(timediff, "duration")
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...