Splunk Dev

DBConnect and panel linked form search

ccsfdave
Builder

I can run this search and get results:

index="vpn" host="VPN_ACLs" | join IP_Address [search index="vpn" host="VPN_Groups"] | search Group_Name="DTIS" |table Group_Name,IP_Address,Dest_IP,Dest_Mask,Protocol,Operation,Port

In a form: NOTE: I added spaces so answers markup didn't hide the code

< searchTemplate>
index="vpn" host="VPN_ACLs" | join IP_Address [search index="vpn" host="VPN_Groups"] | search Group_Name=%group% |table Group_Name,IP_Address,Dest_IP,Dest_Mask,Protocol,Operation,Port
< /searchTemplate>
<fieldset>
< input type="text" token="group" >
<label>VPN Group</label>
< default>< /default>
< suffix>*< /suffix>
< /input>

How do I get the %group% into the search correctly?

0 Karma
1 Solution

ccsfdave
Builder

Sorry folks, I'm an idiot.

The variable had % around it in the search not $. Once I changed it to $, it worked perfectly!

View solution in original post

0 Karma

ccsfdave
Builder

Sorry folks, I'm an idiot.

The variable had % around it in the search not $. Once I changed it to $, it worked perfectly!

0 Karma
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 ...