After vRealize Log Insight version 8.8 is deployed via vRSLCM in the SDDC Manager UI it may fail the "Connect vRealize Log Insight to Domain X" workflow at the "Install vRealize Log Insight Content Packs for Management Domain" task and in the /var/log/vmware/vcf/domainmanager/domainmanager.log log file you can find the snippet:
Content Pack with requested namespace( list ) not found
Note that the problem is present for Log Insight version 8.8 which is deployed on VCF 4.4.* and for Log Insight version newer than 8.10.* which is deployed on VCF 4.5.1
To workaround the issue, please follow the below mentioned steps:
psql -h localhost -U postgres -d platform -c "UPDATE domain SET vrli_integration_status = 'ENABLED' WHERE type = 'MANAGEMENT';"
Note: Once the workaround is applied and the content packs are visible in vRLI UI, the issue is resolved however VCF task will continue to be in ERROR state, this can be safely ignored.