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!

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...

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 ...