Splunk Core Certified Power User — Question 121
A search contains 'example (100,200) '. What is the name of the macro?
Answer options
- A. example(var1,var2)
- B. example[2]
- C. example($,$)
- D. example(2)
Correct answer: D
Explanation
The correct answer is D because the search 'example (100,200)' indicates a macro that accepts two parameters, which corresponds to 'example(2)'. The other options either suggest different formats or incorrect parameter usage that do not match the syntax of the given search.