Splunk Search

Is there a way to count the number of searches through an app?

a212830
Champion

Hi,

Is there a way to count the number of searches via app?

Tags (3)
0 Karma

chimell
Motivator
0 Karma

stephane_cyrill
Builder

index= _audit action=search
| eval [rest /
services/ search /
jobs
splunk_server = loca
l | addinfo |
where sid =
info_sid | rename
eai: acl. app as
my_app_name |
return
my_app_name ]|stats count(search) AS "Number of search" by my_app_name

0 Karma

strive
Influencer

Do you mean saved searches? Or currently running searches? Or saved searches present in an app?

Could you please be more specific.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...