Splunk Search

How to search for user details, the search query that was run, and the URL of users running real time searches?

sravankaripe
Communicator

I want to display the user details, search query that was run, and url of the user who are running the real time searches. please help me with the search.

0 Karma

MuS
SplunkTrust
SplunkTrust

Hi sravankaripe,

one way is to use the Job Manager accessible with this URL /app/search/job_manager?jobStatus=running and check for the [real-time] searches.

Another way is to use a rest endpoint with this search:

 | rest /services/search/jobs/  | search isRealTimeSearch="1"

and get all needed fields from there.

Hope this helps to get you started ...

cheers, MuS

Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...