All Apps and Add-ons

Passing varible dbQuery

rsathish47
Contributor

Hi All,
I want to pass the value to the db query in the splunk search . Please let me know is their anyway and provide me example.

my Query:
Am not able to pass the value to the dbQuery and getting error please help.

| eval grName="'CMT%'" | dbquery Remedy "SELECT Organization, Group_Name FROM tableName where Assignment_Support_Organization like " + grName

Thanks
Sathish R

Tags (1)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You can pass values from the results to another search using the map command. In your case, it'd look something like this:

base search producing grName fields | map search="dbquery Remedy \"SELECT Organization, Group_Name FROM tableName where Assignment_Support_Organization like $grName$\""

One important thing to note: This will launch one search for every result produced by the search pipeline before the map. If you want to launch a lot of searches you'll need to modify the safeguard maxsearches parameter that stops accidental floods of searches from happening. See http://docs.splunk.com/Documentation/Splunk/6.0.2/SearchReference/map for reference.

rsathish47
Contributor

Thank you Marty... I will check and post my comment

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...