Splunk Search

How to write a search to find related events correlating to a file name?

jgbricker
Contributor

I have a request to produce a table for our file sharing audit log that shows the Top Upload files listing the file that was uploaded, the user associated with the upload, then output the download user.

I'm having trouble crafting the search to correlate these events.

my fields are:
User
ItemName
Activity=Upload OR Activity=Download

The source is the same for both events

any ideas?

0 Karma
1 Solution

sundareshr
Legend

See if this gives you what you're looking for

.... | stats count(eval(activity="Upload")) as count values(eval(if(activity="Download", User, null()))) as DownloadUser by ItemName | sort - count

View solution in original post

sundareshr
Legend

See if this gives you what you're looking for

.... | stats count(eval(activity="Upload")) as count values(eval(if(activity="Download", User, null()))) as DownloadUser by ItemName | sort - count

Masa
Splunk Employee
Splunk Employee

Missing Uploaded user name... 🙂 But, basically this is great!

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...