I currently am running on a 11.2.4 system with an 11.2.1 UNIX (Solaris) agent.
In the INI file we have:
; FileProcessingMaxDepth=0
So the line is commented out - but per the HELP it says the default is 0 - there is no limitation and sub directories will be checked.
I just did a test and created /tmp/testfileABC.txt as well as /tmp/test/testfileABC.txt and have my file event set to PATH_FILE_COUNT = 1.
The file event ends successfully finding the file.
Am I misunderstanding how this should work? Shouldn't the file event remain checking / looking for the file because it is looking for only 1 file, but because it is checking the sub directory it is finding 2?
We just ran into an issue with FileProcessingMaxDepth on our Linux servers and changed it so that it was set to 1. Before I changed it on all my other agents I thought I would do a little test and seeing these odd results.
I want to make sure I understand this setting. My intent had been to update all the agent INI's so that FileProcessingMaxDepth was set to 1. And instruct users if they wanted to override that to use the checkmark box on the File System tab (include subdirectores), but this isn't working as I was expecting.
Can anyone help?