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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...