Skip to content

Commit 2fdde8a

Browse files
authored
Merge pull request #89031 from spelluru/ehubsiem0918
Supportability issue - SIEM tool
2 parents 45cd8e0 + c09257b commit 2fdde8a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

articles/event-hubs/event-hubs-metrics-azure-monitor.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.topic: article
1414
ms.tgt_pltfrm: na
1515
ms.workload: na
1616
ms.custom: seodec18
17-
ms.date: 12/06/2018
17+
ms.date: 09/18/2019
1818
ms.author: shvija
1919

2020
---
@@ -30,6 +30,7 @@ Azure Monitor provides multiple ways to access metrics. You can either access me
3030

3131
Metrics are enabled by default, and you can access the most recent 30 days of data. If you need to retain data for a longer period of time, you can archive metrics data to an Azure Storage account. This is configured in [diagnostic settings](../azure-monitor/platform/diagnostic-settings.md) in Azure Monitor.
3232

33+
3334
## Access metrics in the portal
3435

3536
You can monitor metrics over time in the [Azure portal](https://portal.azure.com). The following example shows how to view successful requests and incoming requests at the account level:
@@ -106,6 +107,17 @@ Azure Event Hubs supports the following dimensions for metrics in Azure Monitor.
106107
| ------------------- | ----------------- |
107108
|EntityName| Event Hubs supports the event hub entities under the namespace.|
108109

110+
## Azure Monitor integration with SIEM tools
111+
Routing your monitoring data to an event hub with Azure Monitor enables you to easily integrate with partner Security information and event management (SIEM) and monitoring tools. For more information, see the following articles/blog posts:
112+
113+
- [Stream Azure monitoring data to an event hub for consumption by an external tool](../azure-monitor/platform/stream-monitoring-data-event-hubs.md)
114+
- [Introduction to Azure Log Integration](../security/fundamentals/azure-log-integration-overview.md)
115+
- [Use Azure Monitor to integrate with SIEM tools](https://azure.microsoft.com/en-us/blog/use-azure-monitor-to-integrate-with-siem-tools/)
116+
117+
When you run into monitoring issues that are related to Event Hubs metrics and an external (SIEM) tool consumes data from your event hub, follow these steps to identify the right approach to get help:
118+
119+
In the metrics graph on the Event Hubs Namespace page in the Azure portal, If there are **no incoming messages**, it means that Azure Monitor is not moving the audit/diagnostics logs into the event hub. If you need help from the support team, open a support ticket with the **Azure Monitor team**. If there are **incoming messages, but no outgoing messages**, it means that the SIEM application is not reading the messages. Contact the **SIEM provider** to determine whether the configuration of the event hub is correct.
120+
109121
## Next steps
110122

111123
* See the [Azure Monitoring overview](../monitoring-and-diagnostics/monitoring-overview.md).

0 commit comments

Comments
 (0)