Splunk Search

How to find tolerant match between two events?

avi7326
Path Finder

I want to know how long will tolerant  match takes to give the result between the event requested and the event  response  using any correlation Id. It should also calculate the average duration median duration.

Labels (2)
Tags (1)
0 Karma

avi7326
Path Finder

tolerant match is that we have to check that the account is existing or we have to create a new one that is to be done by tolerant match and we have to monitor how long will it take to process the address

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

How do you determine if the account exists or not?

0 Karma

avi7326
Path Finder

I have to calculate the time it takes  between request to tolerant match log and response to tolerant match log

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

How are you defining "tolerant match"?

0 Karma

avi7326
Path Finder
 

I have used this query for a particular time period but it is not showing any result and what if the day changes so this query will not work this is not scalable so what should I do.

| eval swipe=strptime($In Swipe$,'%d/%m/%y %H:%M:%S') | eval login=strptime(LoginTime,'%d/%m/%y %H:%M:%S') | eval diff = swipe-login | where diff > 0

 

 

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...