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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...