The time required for the process of creating, downloading, and uploading a vCenter support bundle for review. Can be extended if the support bundle is very large.
vCenter 8.x
The dataservice.properties file which controls the log sizing and rotation of the vpxd-svcs access logs is set to up to 10GB by default.
dataservice.access.logging.maxFiles=10
dataservice.access.logging.maxSize=1048576
Use the following steps to adjust the number of rotations and/or logs file size to reduce the size of the vpxd-svcs directory.
Ensure a snapshot and a backup are in place before making any modifications to the vCenter.
Backup /var/lib/vmware/vpxd-svcs/config/dataservice.properties before making any modifications.
Modify /var/lib/vmware/vpxd-svcs/config/dataservice.properties
#TcServer Access Logging properties
dataservice.access.logging.enabled=true <--- Set to false if you want to disable the logs
dataservice.access.logging.prefix=vpxd-svcs-access
dataservice.access.logging.suffix=.log
dataservice.access.logging.pattern=% (yyyy-MM-dd'T'HH:mm:ss.SSSZ)t %(remote)p %b %I %s "%(User-Agent)i" %r %D
dataservice.access.logging.rotatable=true
dataservice.access.logging.maxFiles=10 <--- Set the number of log rotations
dataservice.access.logging.maxSize=1048576 <--- Set size of logs (this is in KB)
Restart vpxd-svcs
# service-control --stop vpxd-svcs
# service-control --start vpxd-svcs
For further assistance Contact Support