Hi mrgibbon 😉
works like a charm on Splunk 6.5.0:
| gentimes start=-1
| eval gibbon="\"Classic,Audit Failure\",11/14/2016 9:32:27 AM,AD FS Auditing,516,-3,\"The following user account has been locked out due to too many bad password attempts. Additional Data Activity ID: 00000000-0000-0000-0000-000000000000 User: sausages\Abel.Caine Client IP: 103.1.1.1,10.1.1.1 nBad Password Count: 4 nLast Bad Password Attempt: 11/14/2016\""
| rex field=gibbon "Password Count: (?P<count>[^ \n]+)"
| table count
Here is the result:
Can you please add the complete search you are running?
cheers, MuS
... View more