Splunk Search

Report all real-time searches from the internal audit index

landen99
Motivator

Enable alerts and reports on real-time searches seen in the internal audit index.

0 Karma

landen99
Motivator

The following search presents the real-time searches from the audit index:

index=_audit action=search info=granted search=* NOT ("search_id='scheduler" OR "search='|history" OR "user=splunk-system-user" OR "search='typeahead" OR "search='| metadata type=* | search totalCount>0" OR "| metadata type=sourcetypes | search totalCount > 0" ) "search_id='rt_*"
| table _time user host info savedsearch_name search search_id
0 Karma

gjanders
SplunkTrust
SplunkTrust

Nice. In alerts for splunk admins https://splunkbase.splunk.com/app/3796/

I have a few searches to look for bad practices or all time searches in dashboards or similar...FYI

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...