To activate filtering, log visualization and alerts for Workspace ONE Access operational activities, you install the Workspace ONE Access content pack in VMware Aria Operations for Logs.

UI Procedure

Connected Environment
  1. Log in to VMware Aria Operations for Logs at https://<aria_operations_for_logs_fqdn> as admin.
  2. In the left pane, click Content packs.

  3. In the content pack navigation pane, under Content pack marketplace, click Marketplace.

  4. On the Content pack marketplace page, in the Filter by name text box, enter Workspace ONE Access.

  5. Click the VMware Workspace ONE Access tile.
  6. Accept the license agreement and click Install.
  7. On the VMware Workspace ONE Access setup instructions dialog box, click OK.
Disconnected Environment
  1. Download the Workspace One Access Content Pack.
    1. Log in to VMware Marketplace.

    2. In the Search solutions text box, enter VMware Workspace ONE Access Content Pack and select the content pack from the list.

    3. On the VMware Workspace ONE Access Content Pack page, click Download.

    4. In the EULA dialog box, select the check box to accept the agreement and click Agree.

    5. Verify the Workspace One Access Content Pack file is downloaded successfully.

  2. Install the VMware Workspace One Access Content Pack.

    1. Log in to VMware Aria Operations for Logs at https://<aria_operations_for_logs_fqdn> as admin.
    2. In the left pane, click Content packs.

    3. In the content pack navigation pane, over Content pack marketplace, click Import content pack.

    4. In the Import content pack dialog box, click Browse and navigate to the downloaded VMware Workspace One Access Content Pack file.
    5. Select the file and click Open.

    6. In the Import content pack dialog box, verify the content pack file is available, select Install as content pack, and click Import.
    7. On VMware Workspace One Access Setup Instructions page, click OK.

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!"
    
    $gitHubToken = "<your_github_token>"
  3. Perform the configuration by running the command in the PowerShell console.

    Enable-vRLIContentPack -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -token $gitHubToken -contentPack WSA