SDDC Manager automatically integrates VMware Aria Operations for Logs with the management components in the management domain. To collect logs from the management components in a VI workload domain, connect VMware Aria Operations for Logs to the VI workload domain by using SDDC Manager.

UI Procedure

VMware Cloud Foundation 5.1 and later
  1. Log in to SDDC Manager at https://<sddc_manager_fqdn> with a user assigned the Admin role.
  2. In the navigation pane, click Administration > VMware Aria Suite.

  3. On the VMware Aria Suite page, in the VMware Aria Operations for Logs card, click Modify Workload Domain connections.

  4. On the Modify connection page, in the VMware Aria Operations for Logs column for the VI workload domain, select the check box and click Next.

  5. On the Review page, click Finish.

VMware Cloud Foundation 5.0 and earlier
  1. Log in to SDDC Manager at https://<sddc_manager_fqdn> with a user assigned the Admin role.
  2. In the navigation pane, click Administration > vRealize Suite.

  3. On the vRealize Suite page, in the vRealize Log Insight card, click Modify Workload Domain connections.

  4. On the Modify connection page, in the vRealize Log Insight column for the VI workload domain, select the check box and click Next.

  5. On the Review page, click Finish.

PowerShell Procedure

  1. Start PowerShell.

  2. 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 = "[email protected]"
    $sddcManagerPass = "VMw@re1!"
    
    $sddcDomainName = "sfo-w01"
  3. Perform the configuration by running the command in the PowerShell console.

    Register-vRLIWorkloadDomain -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -domain $sddcDomainName -status ENABLED
  4. Repeat this procedure for each VI workload domains.