Getting Data In

Trigger alert when 1 user deletes more than 5 files

mishmeret
Observer

hi, I want to create an alert that will trigger when 1 user (no specific user name, just one persong from the organization), deletes more than 5 files from DropBox.

I tried setting the following query:

host="ip-of-the-host-as-arrives-in-splunk" "event_type..tag"=file_delete | where count > 5

but how do I add the 1 user part ?

 

will love to get some help, I am new at this 

Labels (1)
Tags (2)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

What information do you have in your events?

0 Karma

mishmeret
Observer

I have all information relating the user, user name, email address, ip, action, id, etc... 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| stats count by user
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!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...