Splunk Search

How to search user search history by keyword

kteng2024
Path Finder

Hi there,

Is there any way to find out who are the users queried for a particular word in Splunk? For example, i would like to find out all the users who queried for a word called "apple" or whose queries contain a word "apple" .

Thank you

0 Karma

lguinn2
Legend

If you are able to see the _audit index (usually that means that you have admin priviledges), you can search the content of user searches.

Something like

index=_audit sourcetype=audittrail action=search user!="splunk-system-user" "search=" YOURWORDHERE

should work.

Just be aware that the search you just ran will also show up in the list! 😄

0 Karma

skoelpin
SplunkTrust
SplunkTrust

Yes, it is in the internal audit index.

index=_audit action=search search=*apple* | table _time,user,search

0 Karma

kteng2024
Path Finder

Thank you for the reply.. but for some the searches i don't see the userID .

0 Karma

skoelpin
SplunkTrust
SplunkTrust

There should be a field called user, is it showing up as a blank column?

0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...