Splunk IT Service Intelligence Certified Admin — Question 13

Which of the following will show all artifacts that have the term =results in a filePath CEF value?

Answer options

Correct answer: D

Explanation

The correct answer is D because it correctly uses the filter parameter to search for CEF artifacts with 'results' included in the filePath. Option A uses a query instead of a filter, while options B and C do not utilize the 'icontains' operator, which is necessary for a partial match search.