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!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...