Alerting

How to correlate Windows security logs in indexA with IN/OUT status of users in indexB and alert if a user logs in to their workstation with an OUT status?

cbr654
Path Finder

Hello,

I ready thru some documentation, but I need a nudge in the right direction. I have an index that has information on when a user is IN or OUT of the office. I would like to be alerted when someone logs into their workstation when the are OUT of the office. My Windows security logs are in a different index than my logs that contain IN/OUT status. I am a bit confused on if I should begin with "transaction" or subsearches. Any help will be appreciated. Thanks

0 Karma

woodcock
Esteemed Legend

I would use streamstats like this:

(index=A other filters to get IN/OUT time) OR (index=B other filter to get Windows sercurity logs) | reverse | streamstats current=t latest(userStatusFieldThatIsEitherInOrOut) AS lastStatus by userIdField | where lastStatus="Out" AND EventCode="LoginCode"
0 Karma

somesoni2
Revered Legend

See the transaction command herer
http://docs.splunk.com/Documentation/Splunk/6.3.0/SearchReference/Transaction

What you need (IMO) is that find events grouping (transactions) which will start when user is out of office and ends when someone logs in the work station. You can correlate both the logs (in different index) like this

(index=A other filters to get IN/OUT time) OR (index=B other filter to get Windows sercurity logs) | transaction YourCommondField startswith="condition for OUT" endswith="condition for someone logged in"
0 Karma

cbr654
Path Finder

thank you. Let me try to get this working. I will report back

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Index This | What travels the world but is also stuck in place?

April 2026 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...