To configure dashboards, queries, and alerts log for vRealize Orchestrator, you manually install the vRealize Orchestrator Content Pack for vRealize Log Insight.
If your environment is running VMware Cloud Foundation 4.4.1 or later, you do not perform this procedure, as SDDC Manager automatically installs the content pack.
UI Procedure
- Log in to vRealize Log Insight at https://<vrealize_log_insight_fqdn> with a user assigned the Super admin role.
- On the main navigation bar, click Content Packs.
-
In the left navigation pane, under Content pack marketplace, click Marketplace.
- In the Filter text box on the top right, enter VMware - vRO 8.3+ and press Enter.
- On the Log Insight Content Pack Marketplace page, click the VMware - vRO 8.3+ content pack.
The Install Content Pack dialog box appears.
- Accept the license agreement and click Install.
- Click 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!" $githubToken = <your_base64_encoded_github_token>
-
Perform the configuration by running the command in the PowerShell console.
Enable-vRLIContentPack -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -token $githubToken -contentPack VRO
Note: The GitHub token does not require any defined scope - it must only be read-only for public repositories.