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
Legend

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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...