Skip to content

Latest commit

 

History

History
267 lines (171 loc) · 15.1 KB

File metadata and controls

267 lines (171 loc) · 15.1 KB
title Monitor Azure Event Hubs
description Learn how to use Azure Monitor to view, analyze, and create alerts on metrics from Azure Event Hubs.
ms.date 05/20/2025
ms.custom horz-monitor, subject-monitoring
ms.topic how-to

Monitor Azure Event Hubs

[!INCLUDE horz-monitor-intro]

Azure Monitor documentation describes the following concepts:

  • What is Azure Monitor?
  • Costs associated with monitoring
  • Monitoring data collected in Azure
  • Configuring data collection
  • Standard tools in Azure for analyzing and alerting on monitoring data

The following sections describe the specific data gathered for Azure Event Hubs. These sections also provide examples for configuring data collection and analyzing this data with Azure tools.

Tip

To understand costs associated with Azure Monitor, see Azure Monitor cost and usage. To understand the time it takes for your data to appear in Azure Monitor, see Log data ingestion time.

[!INCLUDE horz-monitor-resource-types] For more information about the resource types for Event Hubs, see Azure Event Hubs monitoring data reference.

[!INCLUDE horz-monitor-data-storage]

  • Azure Storage

    If you use Azure Storage to store the diagnostic logging information, the information is stored in containers named insights-logs-operationlogs and insights-metrics-pt1m. Sample URL for an operation log: https://<Azure Storage account>.blob.core.windows.net/insights-logs-operationallogs/resourceId=/SUBSCRIPTIONS/<Azure subscription ID>/RESOURCEGROUPS/<Resource group name>/PROVIDERS/MICROSOFT.EVENTHUB/NAMESPACES/<Namespace name>/y=<YEAR>/m=<MONTH-NUMBER>/d=<DAY-NUMBER>/h=<HOUR>/m=<MINUTE>/PT1H.json. The URL for a metric log is similar.

  • Azure Event Hubs

    If you use Azure Event Hubs to store the diagnostic logging information, the information is stored in Event Hubs instances named insights-logs-operationlogs and insights-metrics-pt1m. You can also select an existing event hub except for the event hub for which you're configuring diagnostic settings.

  • Log Analytics

    If you use Log Analytics to store the diagnostic logging information, the information is stored in tables named AzureDiagnostics / AzureMetrics or resource specific tables.

Important

Enabling these settings requires additional Azure services: storage account, event hub, or Log Analytics. These services might increase your cost. To calculate an estimated cost, visit the Azure pricing calculator.

Note

When you enable metrics in a diagnostic setting, dimension information isn't currently included as part of the information sent to a storage account, event hub, or log analytics.

[!INCLUDE horz-monitor-platform-metrics]

Resource Logs aren't collected and stored until you create a diagnostic setting and route them to one or more locations. When you create a diagnostic setting, you specify which categories of logs to collect. The categories for Azure Event Hubs are listed in Azure Event Hubs monitoring data reference.

Note

Azure Monitor doesn't include dimensions in the exported metrics data that's sent to a destination like Azure Storage, Azure Event Hubs, and Log Analytics.

For a list of available metrics for Event Hubs, see Azure Event Hubs monitoring data reference.

Analyze metrics

You can analyze metrics for Azure Event Hubs, along with metrics from other Azure services, by selecting Metrics from the Azure Monitor section on the home page for your Event Hubs namespace. See Analyze metrics with Azure Monitor metrics explorer for details on using this tool. For a list of the platform metrics collected, see Monitoring Azure Event Hubs data reference metrics.

:::image type="content" source="./media/monitor-event-hubs/metrics.png" alt-text="Screenshot showing the Metrics Explorer for an Event Hubs namespace." lightbox="./media/monitor-event-hubs/metrics.png":::

For reference, you can see a list of all resource metrics supported in Azure Monitor.

Tip

Azure Monitor metrics data is available for 90 days. However, when creating charts only 30 days can be visualized. For example, if you want to visualize a 90 day period, you must break it into three charts of 30 days within the 90 day period.

Filter and split

For metrics that support dimensions, you can apply filters using a dimension value. For example, add a filter with EntityName set to the name of an event hub. You can also split a metric by dimension to visualize how different segments of the metric compare with each other. For more information of filtering and splitting, see Advanced features of Azure Monitor.

:::image type="content" source="./media/monitor-event-hubs/metrics-filter-split.png" alt-text="Screenshot showing the Metrics Explorer for an Event Hubs namespace with a filter." lightbox="./media/monitor-event-hubs/metrics-filter-split.png":::

[!INCLUDE horz-monitor-resource-logs]

For the available resource log categories, their associated Log Analytics tables, and the log schemas for Event Hubs, see Azure Event Hubs monitoring data reference.

Analyze logs

Using Azure Monitor Log Analytics requires you to create a diagnostic configuration and enable Send information to Log Analytics. For more information, see the Metrics section. Data in Azure Monitor Logs is stored in tables, with each table having its own set of unique properties. Azure Event Hubs has the capability to dispatch logs to either of two destination tables: Azure Diagnostic or Resource specific tables in Log Analytics. For a detailed reference of the logs and metrics, see Azure Event Hubs monitoring data reference.

Important

When you select Logs from the Azure Event Hubs menu, Log Analytics is opened with the query scope set to the current workspace. It means that log queries include only data from that resource. If you want to run a query that includes data from other databases or data from other Azure services, select Logs from the Azure Monitor menu. See Log query scope and time range in Azure Monitor Log Analytics for details.

Use runtime logs

Azure Event Hubs allows you to monitor and audit data plane interactions of your client applications using runtime audit logs and application metrics logs.

Using Runtime audit logs you can capture aggregated diagnostic information for all data plane access operations such as publishing or consuming events. Application metrics logs capture the aggregated data on certain runtime metrics (such as consumer lag and active connections) related to client applications are connected to Event Hubs.

Note

Runtime audit logs are available only in premium and dedicated tiers.

Enable runtime logs

You can enable either runtime audit or application metrics logging by selecting Diagnostic settings from the Monitoring section on the Event Hubs namespace page in Azure portal. Select Add diagnostic setting as shown in the following image.

:::image type="content" source="./media/monitor-event-hubs/add-diagnostic-settings.png" alt-text="Screenshot that shows the Diagnostic settings page for an Event Hubs namespace." lightbox="./media/monitor-event-hubs/add-diagnostic-settings.png":::

Then you can enable log categories RuntimeAuditLogs or ApplicationMetricsLogs as needed.

:::image type="content" source="./media/monitor-event-hubs/configure-diagnostic-settings.png" alt-text="Screenshot that shows the runtime audit and application metric logs enabled." lightbox="./media/monitor-event-hubs/configure-diagnostic-settings.png":::

Once runtime logs are enabled, Event Hubs start collecting and storing them according to the diagnostic setting configuration.

Publish and consume sample data

To collect sample runtime audit logs in your Event Hubs namespace, you can publish and consume sample data using client applications that are based on the Event Hubs SDK. That SDK uses Advanced Message Queuing Protocol (AMQP). Or you can use any Apache Kafka client application.

Application metrics include the following runtime metrics.

:::image type="content" source="./media/monitor-event-hubs/application-metrics-logs.png" alt-text="Image showing the result of a sample query to analyze application metrics." lightbox="./media/monitor-event-hubs/application-metrics-logs.png":::

Therefore you can use application metrics to monitor runtime metrics such as consumer lag or active connection from a given client application. Fields associated with runtime audit logs are defined in application metrics logs reference.

[!INCLUDE horz-monitor-activity-log]

[!INCLUDE horz-monitor-analyze-data]

[!INCLUDE horz-monitor-external-tools]

[!INCLUDE horz-monitor-kusto-queries]

Sample Kusto queries

Following are sample queries that you can use to help you monitor your Azure Event Hubs resources:

  • Get errors from the past seven days.

    AzureDiagnostics
    | where TimeGenerated > ago(7d)
    | where ResourceProvider =="MICROSOFT.EVENTHUB"
    | where Category == "OperationalLogs"
    | summarize count() by "EventName"
    
  • Get runtime audit logs generated in the last one hour.

    AzureDiagnostics
    | where TimeGenerated > ago(1h)
    | where ResourceProvider =="MICROSOFT.EVENTHUB"
    | where Category == "RuntimeAuditLogs"    
  • Get access attempts to a key vault that resulted in "key not found" error.

    AzureDiagnostics
    | where ResourceProvider == "MICROSOFT.EVENTHUB" 
    | where Category == "Error" and OperationName == "wrapkey"
    | project Message
  • Get operations performed with a key vault to disable or restore the key.

    AzureDiagnostics
    | where ResourceProvider == "MICROSOFT.EVENTHUB"
    | where Category == "info" and OperationName == "disable" or OperationName == "restore"
    | project Message
  • Get capture failures and their duration in seconds.

    AzureDiagnostics
    | where ResourceProvider == "MICROSOFT.EVENTHUB"
    | where Category == "ArchiveLogs"
    | summarize count() by "failures", "durationInSeconds"    
  • Get Operational Logs for event hub resource for last seven days.

    AZMSOperationalLogs 
    | where Timegenerated > ago(7d) 
    | where Provider == "EVENTHUB"
    | where resourceId == "<Resource Id>" // Replace your resource Id
  • Get capture logs for event hub for last seven days.

    AZMSArchiveLogs
    | where EventhubName == "<Event Hub Name>" //Enter event hub entity name
    | where TimeGenerated > ago(7d)

Analyze runtime audit logs

You can analyze the collected runtime audit logs using the following sample query.

AzureDiagnostics
| where TimeGenerated > ago(1h)
| where ResourceProvider == "MICROSOFT.EVENTHUB"
| where Category == "RuntimeAuditLogs"
AZMSRuntimeAuditLogs
| where TimeGenerated > ago(1h)
| where Provider == "EVENTHUB"

Up on the execution of the query you should be able to obtain corresponding audit logs in the following format.

:::image type="content" source="./media/monitor-event-hubs/runtime-audit-logs.png" alt-text="Image showing the result of a sample query to analyze runtime audit logs." lightbox="./media/monitor-event-hubs/runtime-audit-logs.png":::

By analyzing these logs, you should be able to audit how each client application interacts with Event Hubs. Each field associated with runtime audit logs is defined in runtime audit logs reference.

Analyze application metrics

You can analyze the collected application metrics logs using the following sample query.

AzureDiagnostics
| where TimeGenerated > ago(1h)
| where Category == "ApplicationMetricsLogs"
AZMSApplicationMetricLogs
| where TimeGenerated > ago(1h)
| where Provider == "EVENTHUB"

[!INCLUDE horz-monitor-alerts]

You can access alerts for Azure Event Hubs by selecting Alerts from the Azure Monitor section on the home page for your Event Hubs namespace. See Create, view, and manage metric alerts using Azure Monitor for details on creating alerts.

Event Hubs alert rules

The following table lists some suggested alert rules for Event Hubs. These alerts are just examples. You can set alerts for any metric, log entry, or activity log entry listed in the Azure Event Hubs monitoring data reference.

Alert type Condition Description
Metric CPU When CPU utilization exceeds a set value
Metric Available Memory When Available Memory drops below a set value
Metric Capture Backlog When Capture Backlog is above a certain value

[!INCLUDE horz-monitor-advisor-recommendations]

Related content