Dashboards & Visualizations

PHP Splunk SDK Graphical Report/ Dashboard

leordimalanta
Explorer

Hi,

I am currently new in splunk and I am trying php sdk.
Is there anyway I can display dashboard that I generated from my splunk to my php sdk page? Do I need to use a separate tool? Any thoughts?

Thank you in advance!

Tags (1)
0 Karma

ztom
Explorer

Two options:

  • Run a query using the PHP SDK and render the results using whatever your favourite flavour of graphing library is
  • Embed the dashboard URL directly as an IFrame - this manual page is quite a few versions old but should get you 90% of the way there and I can't find anything newer on the Splunk Developer Portal: http://docs.splunk.com/Documentation/Splunk/4.3.2/Developer/3rdParty

leordimalanta
Explorer

Thanks Sir,
I am running in circle for days with this matter, I tried google charts but the retrieving of data of php sdk stores only in one variable I'm still analyzing how to break it down in separate variables so I can echo it to specific part of the graph that I will be using.
Thanks again!

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...