Splunk Core Certified Power User — Question 87
How are arguments defined within the macro search string?
Answer options
- A. “arg”
- B. %arg%
- C. $arg$
- D. ‘arg’
Correct answer: C
Explanation
The correct format for defining arguments in the macro search string is $arg$, which allows the macro to reference the argument appropriately. The other options use incorrect symbols that do not conform to the expected syntax for argument definition in this context.