uberAgent

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 and and available exclusively on Windows platforms.

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
<!--NeedCopy-->
Configuring Microsoft Azure Monitor