Dashboards & Visualizations

help with dashboard search?

riderofyamaha
Explorer

i need to construct a form search in a dashboard that brings back the vpnpool ip address's of any username i type into the input field, im at a loss as how to do this.

Tags (1)
0 Karma

muebel
SplunkTrust
SplunkTrust

This link is a good place to start: http://www.splunk.com/search/docs?q=dashboard

It is a search for dashboard entires in the documentation in the general sense.

This link is to the specific doc entry on form creation: http://www.splunk.com/base/Documentation/latest/Developer/FormIntro

Try to drop this code into your dashboard panel to give a general sense of how forms can work:

<form>
    <label>My form search</label>
    <searchTemplate>$username$</searchTemplate>

    <fieldset>
        <input type="text" token="username" />
    </fieldset>


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