We are trying to get besclient logs from endpoint to BigFix server by using archive manager. Archive manager is uploading from endpoint when I check the besclient logs on endpoint. But I did not get those files on BigFix server.
It could be that the files on the client are too large for the Archive Manager to upload. There’s a setting on the root BES server to extend the archive manager upload cache. You’ll want to review the following articles in the BigFix KB.
I’m using BES file that has actions to perform and archive manager command to retrieve the outputs of those through REST API.
Should I write a separate command for it[ unique archive manager] in my BES file?
If by doing so, it will leave the /sha1 folder to permanently have that log file. am I right?
and will it[creating unique AM] have any effects on overall performance of Bigfix?
Yes, I suppose you would need to do all that. Archive Manager really isn’t intended to be used this way, so you are hitting edge cases.
Another method that I prefer to use (assuming the log / output files are small enough) is to create an Analysis to read the log content and report it back, then delete or deactivate the analysis when I’m finished.