I've built a dashboard with a bunch of panels that report on various data points for a given customer account. I'd like to add a form field to the dashboard where a user can enter an account name and all of the panels report based on that account name, rather than the hard-coded account name I used to build the initial dashboard. How can I do this?
I figured out how to add a form field by changing
Check out this tutorial, It has some examples of using $tokens$
http://dev.splunk.com/view/webframework-htmldashboards/SP-CAAAETQ
Hi,
I have created a dashboard based on various search criteria. I would like to add a column to this, based on one of the output column i need to hard code a value. can anyone please suggest a way to do this.
for ex:
existing output:
abc one
def two
Information need to be hardcoded:
one--> red
two-->black
needed output:
abc one red
def two black
There are several resources that you can leverage to learn more about the use of form inputs and tokens throughout your dashboard.
Splunk Documentation > Form Examples
http://docs.splunk.com/Documentation/Splunk/6.0.2/Viz/Buildandeditforms
Splunk 6 Dashboard Examples App
http://apps.splunk.com/app/1603/
* Check out the examples around the form inputs
Check out this tutorial, It has some examples of using $tokens$
http://dev.splunk.com/view/webframework-htmldashboards/SP-CAAAETQ