Getting Data In

Is there a way to return a search.log for a recent search job using the REST api?

bschaap
Path Finder

I'd like to monitor for certain text in a search.log for recent jobs.

Is there a way to return a search.log for a recent search job using the REST api?

0 Karma
1 Solution

harsmarvania57
Ultra Champion

Hi @bschaap,

If you know the Job ID then you can use below REST API

curl -k -u admin:pass https://<server>:<mgmt_port>/services/search/jobs/<job_id>/search.log

View solution in original post

harsmarvania57
Ultra Champion

Hi @bschaap,

If you know the Job ID then you can use below REST API

curl -k -u admin:pass https://<server>:<mgmt_port>/services/search/jobs/<job_id>/search.log

bschaap
Path Finder

Thank you that works

0 Karma

harsmarvania57
Ultra Champion

Great. I have converted my comment to answer so you can accept/upvote it.

0 Karma
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...