Splunk Search

How to search and report when a user logs in and out from a keyboard 'Login Type 2'?

kevind5
New Member

I need to search my index to determine when a user physically logs on to our network. Event 4624 queries result in all logon events mainly Type 3. I need to report when 'Joe' sat down and logged in and when 'joe' logs out from his workstation Logon Type 2. Thanks

0 Karma

DalJeanis
SplunkTrust
SplunkTrust

Just do this in verbose mode

index=foo EventID=4624 | head 5

Look at the events, and find the name of the extracted field that contains the Logon Type. Add it to your query.

(On my system, I'd just add EventID=4624 Logon_Type=2 to the query. )

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...