Dashboards & Visualizations

Dynamic Single Value Panels Java Script

davesplunk01
Path Finder

Need help on building dynamic single value panel using Java Script / Python, any ideas or sample script will help more.

0 Karma
1 Solution

niketn
Legend

@davesplunk01, If you want to create Single Value through SplunkJS stack you can refer to SingleView documentation on WebFramework: http://docs.splunk.com/Documentation/WebFramework

Following is an example of JS script.

require([
    "splunkjs/mvc/singleview",
    "splunkjs/mvc/simplexml/ready!"
], function(SingleView) {

    // Instantiate components
    new SingleView({
        id: "example-single",
        managerid: "example-search",
        beforeLabel: "Event count:",
        el: $("#mysingleview")
    }).render();
});
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

View solution in original post

0 Karma

niketn
Legend

@davesplunk01, If you want to create Single Value through SplunkJS stack you can refer to SingleView documentation on WebFramework: http://docs.splunk.com/Documentation/WebFramework

Following is an example of JS script.

require([
    "splunkjs/mvc/singleview",
    "splunkjs/mvc/simplexml/ready!"
], function(SingleView) {

    // Instantiate components
    new SingleView({
        id: "example-single",
        managerid: "example-search",
        beforeLabel: "Event count:",
        el: $("#mysingleview")
    }).render();
});
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

niketn
Legend

@davesplunk01, I have converted my comment to answer. Please accept if this is what you were looking for.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
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, ...