Splunk Search

Help with diff or eval?

tmarlette
Motivator

I have one search, for one event type, and a second search for a second event type. one is 'user login' and the other is 'user logout', right? Ideally in the search i am trying to create, the result set would be all of the users that have logged in, and that have not logged out.

I tried to use diff, but I don't know if that function is the best to use for this?

I'm still pretty new to Splunk, so please take a look.

My search looks like this:
| join user(subsearch for eventtype 2) | dedup user | table _time,host,user,ip

this seems to give me all of the users that have logged in, and logged out. I'm looking for those that have logged in, and that have NOT logged out. any ideas?

Tags (2)
0 Karma
1 Solution

Ayn
Legend

Perhaps transaction would be better suited for your scenario.

You could do something like

eventtype1 OR eventtype2 | transaction user | search eventtype1 AND NOT eventtype2

View solution in original post

Ayn
Legend

Perhaps transaction would be better suited for your scenario.

You could do something like

eventtype1 OR eventtype2 | transaction user | search eventtype1 AND NOT eventtype2

tmarlette
Motivator

This did work with some more monkeying! Thank you!

0 Karma

tmarlette
Motivator

I believe it's closer, I think I will still have to fiddle with this to get it right.

Thank you so much! I'm sure ill be back. 😃

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...