Dashboards & Visualizations

external PHP page in splunk Dashboard

adrienf
New Member

Hello all,

For a project I've done a Splunk dashboard, like a web portal with differents items, and I would like to add a PHP page is it possible nativelly ?

alt text

alt text

Thank you in advance

Best Regards

Adrien

Tags (2)
0 Karma

kbarker302
Communicator

If you're talking about embedding the PHP page inside your dashboard, you should be able to do that with a iFrame tag like this:

<row>
  <panel>
    <title>Panel 1</title>
    <html> 
      <iframe src="http://www.google.com" width="100%" height="500" frameborder="0" /> 
    </html>
  </panel>
</row>
0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...