Splunk Search

Using macro in macro validation expression

Yolan
Explorer

Hi,

I am trying to use a macro inside a macro validation expression. This is because I plan to make a number of similar macro's which all share some inputs, which need to be validated. 
However when I run the macro I get the following error:

 

The validation expression is invalid: 'The expression is malformed. An unexpected character is reached at '`names`)...

 

This indicates to me that macro's are not allowed to be used inside validation expressions.

Here is a minimum example:

  • Create a macro 'names', which just contains a list of allowed values for a name (e.g. "john", "hank", "pete")
  • Create a macro 'test(1)' that takes one argument, 'name'
  • In the validation expression of 'test', validate the 'name' argument by checking if it occurs in the list:

 

in("$name$", `names`)​

 

  • Now run the 'test' macro in a search, this will give the aforementioned error.

I was wondering if this is intended behavior or maybe a bug or wrong setting in my companies Splunk installation?

Thanks, Yolan.

Edit: I created an Idea to add this functionality, please vote on it if you think it is a good idea, thanks! Allow use of macros in macro validation expressions | Ideas (splunk.com)

Labels (1)
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...