Getting Data In

Accessing Splunk API from external application

prasadWT
New Member

We have an external application, an API, which will send few parameters, and it needs to access Splunk API and get an entry into Splunk logs info. and extract the logs info.

Can anyone please help us on this? how it can be done ? 

 

any help is appreciated.

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

There is a ReST interface to Splunk which can be used, e.g. using curl, to send commands into Splunk to execute searches and retrieve events. There is also a HEC interface that you can send events into Splunk. Either or both of these might help you.

0 Karma

isoutamo
SplunkTrust
SplunkTrust

As @ITWhisperer said you could use Splunk REST-api. Here is some instructions and examples. https://docs.splunk.com/Documentation/Splunk/latest/RESTTUT/RESTsearches

If you are sending events to splunk then HEC is a good choice.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
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, ...