Splunk Search

can i run curl command in the search head

Nadhiyaa
Path Finder

can i run curl command in the search head to access the rest api logs

Tags (1)
0 Karma

PowerPacked
Builder

Hi @Nadhiyaa

Yes, you can run the Curl Command on Search Head,

CURL is a linux or Unix command which performs Get/Post/Delete Operations on given Endpoints, in our case Splunk end points.

For Example:
Curl -k -u admin:password https://SearchHead_host:8089/servicesNS/admin/search/search/jobs/export -d search=“search index=_internal | head 3” -d output_mode=csv/xml/json

when you execute the above the curl request on the search head, you will get the results of the above search exported into csv/xml/json files.

you can do a lot with splunk end points, to start with look these docs.
http://docs.splunk.com/Documentation/Splunk/7.1.2/RESTREF/RESTprolog

Thanks.

Thanks

0 Karma

richgalloway
SplunkTrust
SplunkTrust

It's not clear what you want to accomplish. You can make Splunk REST API calls directly in the search window using the rest command. For other REST APIs, use the REST API Modular Input app (https://splunkbase.splunk.com/app/1546/).

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...