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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...