Splunk Search

| History & User

behymejt2012
Path Finder

Hi Everyone,

Utilizing | History to show all the Jobs running/completed is great, but I am unable to make a connection to who actually started the Job.

Does anyone have any suggestions to see what searches where performed by a user?

Thanks!

Tags (1)
0 Karma

aholzer
Motivator

Try using the index=_audit instead of "| history".

The _audit index contains a user field, an action field (that you should set to action=search, to only look at searches) and should show you the search run in the "search" field.

Something like:
index=_audit action=search search=* | table _time, search, user

You can also run stats and the like once you get the base search down.

Hope this helps.

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

The history command only looks at your own past searches, it's what is used to compute the suggestions of recent searches that come up when you type.

In order to look at other users' searches you can inspect the _audit index. There are some pre-built searches in the SoS app, you can work your way from there or just start browsing the index, look for the field search - maybe saved_search as well.

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: Matching cron expressions

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

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas     Cisco Live 2026 is almost here, and this ...

Data Management Digest – May 2026

Welcome to the May 2026 edition of Data Management Digest!   As your trusted partner in data innovation, the ...