Getting Data In

How to create a search Disable user to search the list of users whose account was disabled?

RJ2
Observer

hello there i want to search the list of users whose account was disabled with their Account name  and make it as report

Labels (1)
Tags (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @RJ2,

at first you need to find the EventCode related to disabled users

  • 629
  • 4725

and the run a simple search like this:

index=wineventlog EventCode IN (629,4725)
| table _time Account_name host

Ciao.

Giuseppe

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 ...