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
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 ...