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 the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...