Dashboards & Visualizations

How to get Splunk Enterprise v9 embed website into Dashboard panel?

ghostdog920
Path Finder

I am working on a dashboard for my help desk and would like to embed a website, https://status.twilio.com/ so that staff can easily view from the vendor if they are experiencing outages all from a single pane of glass.  I can see in the old versions of splunk with html dashboards how to do this but not with the new version of dashboards and am not having much luck trying to figure this out.  I attempted the below via a drill down but clearly not getting what I want, which is the content to hopefully display as an embeded page within the dashboard.  Granted my drill down doesnt work either.  Below is my code for the panel itself where i am trying to get this working.  Not being a coder and not familiar with XML i realize i am asking for quite a bit of help.  Any insight anyone can offer is greatly appreciated.

 

{
    "type""splunk.table",
    "options": {
        "count"100,
        "dataOverlayMode""none",
        "drilldown""none",
        "percentagesRow"false,
        "rowNumbers"false,
        "totalsRow"false,
        "wrap"true
    },
    "dataSources": {},
    "title""Twilio Status",
    "description""",
    "eventHandlers": [
        {
            "type""drilldown.customUrl",
            "options": {
                "url""https://status.twilio.com/"
            }
        }
    ],
    "context": {},
    "showProgressBar"false,
    "showLastUpdated"false
}
Labels (2)
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

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

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...