Verify that vRealize Operations Manager is integrated with vRealize Log Insight.

Validate the integration status between vRealize Operations Manager and vRealize Log Insight to ensure that the vRealize Log Insight adapter is configured correctly.

UI Procedure

Expected Outcome

The vRealize Log Insight adapter has a status of OK.

  1. Log in to the vRealize Operations Manager operations interface at https://<vrealize_operations_manager_fqdn> with a user assigned the Administrator role.

  2. For vRealize Operations Manager 8.5 and earlier:

    1. On the main navigation bar, click Administration.

    2. In the left pane, select Management > Integrations.

  3. For vRealize Operations Manager 8.6 and later:

    1. In the left pane, navigate to Data sources > Integrations.

    2. On the Accounts tab, expand the vRealize Log Insight adapter list.

  4. Verify that the vRealize Log Insight adapter shows an OK status.

If you encounter issues while performing this procedure, use the following troubleshooting tips.

Troubleshooting Tips

  • Ensure that the vRealize Log Insight adapter is configured with the correct target vRealize Log Insight cluster.

  • Ensure that there is network connectivity between vRealize Operations Manager and vRealize Log Insight.

PowerShell Procedure

  1. Start Windows 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 = "administrator@vsphere.local"
    $sddcManagerPass = "VMw@re1!"
  3. Perform the verification by running the command in the PowerShell console.

    Test-vROPsAdapterStatusByType -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPas -adapterKind LogInsightAdapter

    Expected Outcome

    Adapter Name : vRSLCM_VCF_Log Insight Adapter - sfo-vrli01, Health Status: GREEN