Splunk Search

How to search for the users logging into a server that have never logged in before.

ntalwar
New Member

Working on real time data.I want to search for users logging into the server that have never logged before.

Tags (1)
0 Karma
1 Solution

harsmarvania57
Ultra Champion

Hi @ntalwar,

I'll prefer below steps to achieve this.

1.) Create CSV file which contains list of users who already logged into the server previously ( If you have this data in splunk you can fetch those data and generate lookup).
2.) Upload that csv in Splunk.
3.) Run you search to find users who logging into server and compare that against csv file which you have uploaded in splunk (Using lookup command)
4.) Filter users who are not in lookup file (Something like | where isnull(lookup_user) )
5.) Once you have result you can run this as scheduled search to send result over email and in same query I'll use outputlookup in last to update existing lookup file which contains logged in user details so in future when query will run it will not generate result against those newly logged in user.

I hope this helps.

Thanks,
Harshil

View solution in original post

0 Karma

harsmarvania57
Ultra Champion

Hi @ntalwar,

I'll prefer below steps to achieve this.

1.) Create CSV file which contains list of users who already logged into the server previously ( If you have this data in splunk you can fetch those data and generate lookup).
2.) Upload that csv in Splunk.
3.) Run you search to find users who logging into server and compare that against csv file which you have uploaded in splunk (Using lookup command)
4.) Filter users who are not in lookup file (Something like | where isnull(lookup_user) )
5.) Once you have result you can run this as scheduled search to send result over email and in same query I'll use outputlookup in last to update existing lookup file which contains logged in user details so in future when query will run it will not generate result against those newly logged in user.

I hope this helps.

Thanks,
Harshil

0 Karma
Get Updates on the Splunk Community!

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

New Release | Splunk Cloud Platform 10.1.2507

Hello Splunk Community!We are thrilled to announce the General Availability of Splunk Cloud Platform 10.1.2507 ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...