Splunk Search

How to pass parameters to report ?

LordOfAfford
New Member

Hi,

I have made this in Splunk 6.5.2 and now I'm wondering how to pass the two tokens (host and nt_username) to the report ?

Thanx in advance

<form>
   <label>Test Gunther</label>
   <fieldset submitButton="false" autoRun="false">
     <input type="dropdown" token="host">
       <label>Server</label>
       <choice value="*"><ALL></choice>
       <default>*</default>
       <fieldForLabel>host</fieldForLabel>
       <fieldForValue>host</fieldForValue>
       <search>
         <query>index=dbx_sqldba sourcetype=extevent | eval sql_text="host" | table host |dedup host | sort host</query>
         <earliest>0</earliest>
         <latest></latest>
       </search>
     </input>
     <input type="dropdown" token="nt_username">
       <label>User Name</label>
       <choice value="*"><ALL></choice>
       <search>
         <query>index=dbx_sqldba sourcetype=extevent host=$host$ | eval sql_text="nt_username"   | table  nt_username   | dedup  nt_username | sort  nt_username</query>
         <earliest>0</earliest>
         <latest></latest>
       </search>
       <default>*</default>
       <fieldForLabel>nt_username</fieldForLabel>
       <fieldForValue>nt_username</fieldForValue>
     </input>
   </fieldset>
   <row>
     <panel>
       <chart>
         <title>Test_Gunther2</title>
         <search ref="Test_Gunther2"></search>
         <option name="charting.axisLabelsX.majorLabelStyle.overflowMode">ellipsisNone</option>
         <option name="charting.axisLabelsX.majorLabelStyle.rotation">-45</option>
         <option name="charting.axisTitleX.text">Datum</option>
         <option name="charting.axisTitleY.text">Aantal Queries</option>
       </chart>
     </panel>
   </row>
 </form>
Tags (1)
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas     Cisco Live 2026 is almost here, and this ...

What Is the Name of the USB Key Inserted by Bob Smith? (BOTS Hint, Not the Answer)

Hello Splunkers,   So you searched, “what is the name of the usb key inserted by bob smith?”  Not gonna lie… ...

Automating Threat Operations and Threat Hunting with Recorded Future

    Automating Threat Operations and Threat Hunting with Recorded Future June 29, 2026 | Register   Is your ...