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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...