Using Wildcard for File Names in Directory
You can collect log files from a subfolder using the asterisk (*) or the question mark (?) wildcard character.
For example, there are the following files:
/sharepoint/mainFolder/subFolder1/AB1.log
/sharepoint/mainFolder/subFolder1/AB2.log
/sharepoint/mainFolder/subFolder1/A3B.log
/sharepoint/mainFolder/subFolder1/A4B.log
...
/sharepoint/mainFolder/subFolder1/AB7.log
To collect the files from the subFolder1 enter /sharepoint/mainFolder/subFolder1/ in the Directory Path and AB*.log or *.log or A*B.log in the File(s) Include. Wildcard can only be used in the file names.
Copyright © Cloud Software Group, Inc. All rights reserved.