Reporting

Is there a search that will return all changes creation, deletion of global groups?

DanAlexander1
Engager

Hi to All,

I need help with creating an Active Directory changes report. 

I used Win Events like 4728, 4729, 4730 but could not print to PDF 

Is there a search that will return all changes creation, deletion of global groups?

 Thank you!

Labels (1)
0 Karma

marysan
Communicator

index=MyIndex  EventCode IN (4728,4729,4730) user=*
| eval time=_time
| convert ctime(time)
| eval msg="A user "+user+" was "+action+" on the host "+host+" by "+src_nt_domain+"\\"+src_user+" at "+time
|table msg,EventCode,action,user,signature,status

DanAlexander1
Engager

Thank you for helping me out. Much appreciated!

0 Karma

marysan
Communicator

@DanAlexander1 
If your problem is resolved, then please click one of the "Accept as Solution" buttons to help future readers. 🙂

0 Karma
Get Updates on the Splunk Community!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...