Splunk Core Certified Power User — Question 140
Brad created a tag called "SpecialProjectX". It is associated with several field/value pairs, such as team=support, location=Austin, and release=Fuji.
What search should Brad run to filter results for SpecialProjectX events related to the Support Team?
Answer options
- A. tag!=Fuji,Austin
- B. tag=SpecialProjectX
- C. tag::Support=SpecialProjectX
- D. tag::team-SpecialProjectX
Correct answer: B
Explanation
The correct answer is B, as this query specifically filters for events tagged with 'SpecialProjectX'. Options A, C, and D do not accurately target the desired tag or team, making them ineffective for filtering results related to the Support Team.