In Splunk, macros that accept arguments are defined with placeholders for those arguments in the format example(var1, var2). In the search example(100,200), "100" and "200" are the values passed for var1 and var2 respectively.
[References:, , Splunk Docs – Macros, , , , , , ]
Submit