Splunk Observability Cloud Certified Metrics User — Question 54
Which search command allows an analyst to match whatever is inside the parentheses as a single term in the index, even if it contains characters that are usually recognized as minor breakers such as periods or underscores?
Answer options
- A. CASE()
- B. LIKE()
- C. FORMAT()
- D. TERM()
Correct answer: D
Explanation
The TERM() command is specifically designed to treat the content inside the parentheses as a singular term, allowing for accurate indexing despite the presence of common delimiters. The other options, CASE(), LIKE(), and FORMAT(), do not provide this functionality and are used for different purposes in search queries.