Splunk Search

How to send requests from a JSP page to splunk deamon ?

anushruti
New Member

I want to send search requests from a JSP page to splunk and retrieve the results in the form of a graph , pie chart etc.

The search involves taking Earthquake data and figuring out the recent regions that have been earthquake hit.

Tags (3)
0 Karma

barakreeves
Splunk Employee
Splunk Employee

Interesting. Because JSP executes code on the server side, it may be a bit tricky to retrieve Splunk data/ graphs using JSP unless you did one of the following using the REST API/ SDK:

1- Include the JavaScript SDK into your project to send data to Splunk and render data/ visualizations. Back in my classic ASP days, I would sometimes write JavaScript code using ASP using various string building techniques. The JavaScript SDK is my recommended way. The reason I recommend this way without knowing how much data you will be marshaling back and forth is that JavaScript is executed on the client side versus the server side; however, when it comes node.js, the lines can become blurry

2- Include the Java SDK into your JSP project so that your code is executed on the server. Added benefit is that you hide your secret sauce.

Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...