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!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...