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!

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