Which of the following monitor inputs stanza headers would match all of the following files?
/var/log/www1/secure.log
/var/log/www/secure.l
/var/log/www/logs/secure.logs
/var/log/www2/secure.log
C
Explanation:
Reference:
https://docs.splunk.com/Documentation/Splunk/8.2.1/Data/Monitorfilesanddirectorieswithinputs.c
onf
C would not match /var/log/www2/secure.log - so you can rule it out - the ... means that it traverses thru the directory structure.