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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...