SDDC Manager automatically integrates vRealize Log Insight to the management components in the management domain. To collect logs from the management components in a VI workload domain, connect vRealize Log Insight to the VI workload domain by using the SDDC Manager UI.
UI Procedure
- Log in to SDDC Manager at https://<sddc_manager_fqdn> with a user assigned the Admin role.
In the navigation pane, click
.On the vRealize Suite page, in the vRealize Log Insight card, click Connect workload domains.
The Connect workload domains wizard opens.
On the Modify connection page, in the vRealize Log Insight column for the VI workload domain, select the check box and click Next.
On the Review page, click Finish.
PowerShell Procedure
Start Windows PowerShell.
Replace the values in the sample code with values from your VMware Cloud Foundation Planning and Preparation Workbook and run the commands in the PowerShell console.
$sddcManagerFqdn = "sfo-vcf01.sfo.rainpole.io" $sddcManagerUser = "administrator@vsphere.local" $sddcManagerPass = "VMw@re1!" $sddcDomainName = "sfo-w01"
Perform the configuration by running the command in the PowerShell console.
Register-vRLIWorkloadDomain -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -domain $sddcDomainName -status ENABLED
Repeat this procedure for all VI workload domains.