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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...