We currently have a new production environment setup that has production application products logging to a set of directories multiple levels deep. The files under each directory platform are either csv or txt. I am trying to forward this data over to another server, however, monitorware refuses to read the data in each directory unless it is at the end of a directory.
For example:
suppose we have a directory tree -
D:\logs\app1\data
D:\logs\app1\stuff
D:\logs\app2\
D:\logs
If I tell Monitorware to look under D:\logs\* it will not read any data
If I tell Monitorware to look under D:\logs\app1\data, it may\may not read the data, depending on the file type, the names of the files (whether or not there is an escape character nicely matching the log file type).
Can anyone please shed some light if they have any experience configuring the file monitor with multiple files and directories under one root directory? Also, whether or not monitorware is capable of handling new data files once they appear. Reading their documentation it appears that it can if the file can be deciphered as a %Y%m%d log rotated file type.
Thanks much!

