Hello,
I have the following query
1.1.1.1 11 2.2.2.2 22 ciscoasafw index=firewall
results are
10/01/2018
14:22:50.000
Jan 10 14:22:50 ciscoasafw : %ASA-6-106100: access-list ACL_INSIDE permitted tcp INSIDE/1.1.1.1(11) -> OUTSIDE/2.2.2.2(22) hit-cnt 2 300-second interval [0xb4d91445, 0x0]
10/01/2018
14:22:48.000
Jan 10 14:22:48 ciscoasafw : %ASA-6-106100: access-list ACL_OUTSIDE permitted tcp OUTSIDE/2.2.2.2(22) -> INSIDE/1.1.1.1(11) hit-cnt 5 300-second interval [0x6450c313, 0x0]
I want to hide the later result if its within 5 second. Basically, some if statement (I'd guess) if the 2 results are within 5 seconds don't display the last result --» hide it.
Any help is appreciated.
thanks,
... View more