Splunk Core Certified Advanced Power User — Question 133

Which file will be matched for the following monitor stanza in inputs.conf?

[monitor:///var/log/*/bar/.../*.txt]

Answer options

Correct answer: A

Explanation

The correct answer is A because it matches the pattern specified in the monitor stanza, which looks for .txt files within the '/var/log/*/bar/' directory structure. Options B, C, and D do not fulfill the criteria as they either lack the required directory structure or file type.