Reporting

Executing a savedsearch from the CLI retrieves error "Could not find variable in the argument map", what does it mean?

gwiner
New Member

When trying to execute a savedsearch from the CLI, I receive the following error in splunkd.log:

ERROR SearchOperator:savedsplunk - Error in 'savedsearch' command: Encountered the following error while building a search for saved search 'SS_LIS18_Provisioning_Call_Coverage_Extract': Error while replacing variable name='carrierid'. Could not find variable in the argument map.

The truly puzzling thing about this is that the savedsearch executed quite nicely the previous day. The savedsearch executes from the search bar in the GUI when called by the |savedsearch command. Oh, and there is no variable named 'carrierid'. There is a 'CarrierID', and it's value is supplied, but no variable 'carrierid' in all lower case. And we all know that Splunk is definitely case-sensitive, right?

0 Karma

rrovers
Contributor

1 case this happens is when starting the saved search from a dashboard using a token.
The error occurs with syntax like this
|savedsearch testsavedsearch |where Department=$Department$

IF the error occurs depends on the contents of your saved search.

If you get the error you can try this syntax.
|savedsearch testsavedsearch Department=$Department$

In your saved search you can also use (though not always necessary)

Department=$Department$

so for example:

index=main sourcetype=test Department=$Department$ |stats count(user) by Department

0 Karma
Get Updates on the Splunk Community!

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...