Skip to main content

vast limits GmbH and uberAgent are now part of Citrix, a business unit of Cloud Software Group. Learn more at Citrix.com.


This documentation does not apply to the most recent version of uberAgent. Click here for the latest version.

Configuring Microsoft Azure Monitor

This page explains how to configure uberAgent to send the collected data to Microsoft Azure Monitor.

Support/Status

Support for Microsoft Azure Monitor Logs is experimental.

Creating the Log Analytics Workspace

To use uberAgent with Microsoft Azure Monitor Logs, please follow these steps:

  • Navigate to https://portal.azure.com and sign in with your Microsoft account or your Organizational account associated with your Microsoft Azure subscription.
  • Navigate to the Azure service Log Analytics workspaces and create a new workspace by specifying a unique workspace name, subscription, resource group, location and pricing tier or use an existing workspace linked to your Microsoft Azure subscription.
  • Open up the Advanced settings > Connected sources menu and note the WORKSPACE-ID and the PRIMARY-KEY.

Configuring uberAgent to Send to Azure Monitor Logs

To configure uberAgent to send its collected data to Azure Monitor Logs the following Receiver configuration settings are required:

  • Type: OMSLogAnalytics
  • Protocol: HTTP
  • Servers: https://WORKSPACE-ID.ods.opinsights.azure.com
  • RESTToken: PRIMARY-KEY

Example

[Receiver]
Name = Default
Type = OMSLogAnalytics
Protocol = HTTP
Servers = https://WORKSPACE-ID.ods.opinsights.azure.com
RESTToken = SECRET-PRIMARY-KEY

Comments

Your email address will not be published. Required fields are marked *

Comments

Is there any steps on the Azure Monitor end to create the dashboards themselves?

Hi Anthony,

We have a blog series about uberAgent and Azure Monitor including dashboarding: https://uberagent.com/blog/visualizing-uberagent-data-in-azure-monitor-part-i/