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
How do you determine if the account exists or not?
I have to calculate the time it takes between request to tolerant match log and response to tolerant match log
How are you defining "tolerant match"?
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