SDDC Manager configures the VMware vRealize Log Insight integration in vRealize Operations Manager with the default collector group. Reconfigure the vRealize Log Insight integration with the local-instance remote collector group.
Procedure for vRealize Operations Manager 8.5 or earlier
- Log in to the vRealize Operations administration interface at https://<vrealize_operations_fqdn>/admin with a user assigned the Administrator role.
On the main navigation bar, click Administration.
In the left pane, select
.Click the vertical ellipsis next to vRealize Log Insight and select Edit.
From the Collector / Group drop-down menu, select the local-instance remote collector group according to your value in the VMware Cloud Foundation Planning and Preparation Workbook.
Click Validate connection.
In the Info dialog box, click OK.
Click Save.
On the Integrations page, verify that for the vRealize Log Insight integration, the Status is OK.
Procedure for vRealize Operations Manager 8.6 or later
- Log in to the vRealize Operations administration interface at https://<vrealize_operations_fqdn>/admin with a user assigned the Administrator role.
- In the left pane, navigate to .
In the Accounts tab, expand vRealize Log Insight Adapter.
Click the vertical ellipsis next to vRealize Log Insight and select Edit.
From the Collector / Group drop-down menu, select the local-instance remote collector group according to your value in the VMware Cloud Foundation Planning and Preparation Workbook.
Click Validate connection.
In the Info dialog box, click OK.
Click Save.
On the Accounts tab, verify that the status of the vRealize Log Insight integration is OK.
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!" $remoteCollectorGroup = "sfo-m01-remote-collectors"
Perform the reconfiguration of the collector group for the vRealize Log Insight adapter by running the command in the PowerShell console.
Update-vROPSAdapterCollecterGroup -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -collectorGroupName $remoteCollectorGroup -adapterType "LogInsightAdapter"