Splunk Core Certified Power User — Question 117
Which syntax is used to represent an argument in a macro definition?
Answer options
- A. %argument%
- B. 'argument'
- C. "argument"
- D. $argument$
Correct answer: D
Explanation
The correct syntax for representing an argument in a macro definition is $argument$. Options A, B, and C use incorrect symbols and do not conform to the standard macro definition syntax.