I'm trying to create a dashboardform with a text input box that populates a token that is used in a number of searches on the dashboard. I recently created a new panel on the dashboardand could n...
I currently have a dashboard which shows the IP Address | Web Request | Browser | JSession Count I want to create a search box where the user can enter the IP Address into and Splunk will filter t...
In Simple XML it was relatively easy to set a token to a value from the results of a search <set token="tokFoo">$result.bar$</set> Is there any way to do this in the Beta Dashboards?
Hi, I face a issue with the submit button on xml dashboards. When i load the xml dashboard pre-populating the form tokens in the url like below, it automatically runs the searches in panel. H...
My XML for form based dashboard panel is
<form>
<label>Job Statistics</label>
<fieldset autoRun="true">
<input type="time" searchWhenChanged="true"&g...
...efore I made my modification there would be 30 search queries running concurrently and maxing out number of searches on the server until they all finish. I am trying to change the dashboard to run with o...
Hi Splunkers,
I'm new to Splunk and trying to create a form to narrow down the search to a specific selected dropdown value on the form.
Requirement :
Select the first dropdown it populates t...
...elow and erring because earliest time is not being populated in search.
[search index=xxxx| head 1 | eval earliest= | eval latest=+259200 |table earliest, latest | format "(" "(" "" ")" "OR" ")" ] i...
Hi, thanks upfront for your time,
I have a dashboard with a form input "compare this week vs last week and "compare month vs this month"
<input type="dropdown" token="compare_time"&g...