No, I have not. But I thought more of a solution that not just disable or clean the logs but solves the actual problem of the repeated requests from the search service.
But if there is no other solution than I will clean the logs periodically.
Those repeated requests from Search Service are happening by design.
Search Service is invoking the Repository periodically to perform indexing operations.
By default, that happens every 5 seconds:
https://docs.alfresco.com/search-services/latest/config/properties/#solr-index-properties
Noticed this happening on our server. The api calls are split into hourly chunks when solr is polling alfresco for latest transactions. If you havn't changed any documents or document permissions (ACLs) for a while then these API calls get very numerous and repeat every 10 secs or so. We had a test server in this position where we hadn't touched it for a couple of months and noticed the CPU going crazy. By uploading a new document and changing a doc permissions made it all go back to normal.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.