General question: Is there anywhere that documents the structure and purpose(s) of the various folders within the “__BESData” folder?
Specific scenario that might or might not be addressed by the answer to the General Question:
I’m looking to run periodic scripts that create data files with information that can’t natively be read by BES Agent inspectors (primarily on macOS, for things like “last 20 logins” or “drive encryption state” that don’t live in a plist or an sqlite db). There will then be analyses that read those files.
Those analyses will live in a Custom Site which, conveniently enough, has a folder in “__BESData”! Would somewhere in that folder (like “__Local” or “__Local/Tmp” or “_Local/CustomFolderName" or just the root of the "CustomSite” folder) be an acceptable place to put those files? If no, where would you recommend?