Splunk Search

What are options for streaming data out of Splunk to make it available to be consumed by downstream applications?

logmar5
Explorer

There are many options for capturing data (text files, tcp/udp, etc) however, what are the possibilities for getting data out of Splunk? For example, we want to use Splunk as a central repository to store some data. After Splunk indexes this data, we want to make it available to be consumed by downstream applications.

One possibility I will try is using Splunk CLI so that downstream applications can call a CLI command with a real-time search and consume the data as it comes. (Not sure if it would work yet, will be trying this tomorrow).

Are there any other possibilities here? Some APIs so that C++ and/or Java apps can easily stream data that comes out of the real-time Splunk search? Maybe there are some Splunk Apps available for this purpose?

Tags (2)

ChrisG
Splunk Employee
Splunk Employee

There is a topic in the documentation that explains the various options for exporting search results, including CLI, REST API, and SDKs. See http://docs.splunk.com/Documentation/Splunk/6.2.2/Search/Exportsearchresults.

mIliofotou_splu
Splunk Employee
Splunk Employee

Link doesn’t work

0 Karma

rbarajas
Explorer

You have the option of building custom applications and leverage the APIs Splunk makes available. We've had success with a similar use case using the Java API. I'm not sure how real-time searches work but overall, getting the data out of Splunk is easy enough.

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, ...