😀Thanks Guys. it is working !!!!😀
Hi @ezamit ,
good for you, see next time!
let us know if we can help you more, or, please, accept one answer for the other people of Community.
Ciao and happy splunking
Giuseppe
P.S.: Karma Points are appreciated by all the contributors 😉
Hi @ezamit,
di you explored the delta command (https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchReference/Delta)?
Ciao.
Giuseppe
Thanks @gcusello . That's a great suggestion. I added | delta EpochOT p=1 to the search and it gave me the following results
Is there a way we can do every other row in delta. I want Row 3 - Row 2, Row 5 - Row 4, Row 7 - Row 6 etc. Thanks again for your help
| eval "delta(EpochOT)" = if(NO % 2 = 0, null(), 'delta(EpochOT)')