Skip to content

Commit 63e1e0b

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into powerbimeta
2 parents eaad107 + 57bad21 commit 63e1e0b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/monitoring-and-diagnostics/monitor-stream-monitoring-data-event-hubs.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: johnkemnetz
55
services: azure-monitor
66
ms.service: azure-monitor
77
ms.topic: conceptual
8-
ms.date: 7/31/2018
8+
ms.date: 8/21/2018
99
ms.author: johnkem
1010
ms.component: ""
1111
---
@@ -42,26 +42,26 @@ Before you begin, you need to [create an Event Hubs namespace and event hub](../
4242

4343
Please also see the [Azure Event Hubs FAQ](../event-hubs/event-hubs-faq.md).
4444

45-
## How do I set up Azure tenant monitoring data to be streamed to an event hub?
45+
## Azure tenant monitoring data
4646

4747
Azure tenant monitoring data is currently only available for Azure Active Directory. You can use the data from [Azure Active Directory reporting](../active-directory/reports-monitoring/overview-reports.md), which contains the history of sign-in activity and audit trail of changes made within a particular tenant.
4848

49-
### Stream Azure Active Directory data into an event hub
49+
### Azure Active Directory data
5050

5151
To send data from the Azure Active Directory log into an Event Hubs namespace, you set up a tenant diagnostic setting on your AAD tenant. [Follow this guide](../active-directory/reports-monitoring/quickstart-azure-monitor-stream-logs-to-event-hub.md) to set up a tenant diagnostic setting.
5252

53-
## How do I set up Azure subscription monitoring data to be streamed to an event hub?
53+
## Azure subscription monitoring data
5454

5555
Azure subscription monitoring data is available in the [Azure activity log](./monitoring-overview-activity-logs.md). This contains the create, update, and delete operations from Resource Manager, the changes in [Azure service health](../service-health/service-health-overview.md) that may impact resources in your subscription, the [resource health](../service-health/resource-health-overview.md) state transitions, and several other types of subscription-level events. [This article details all categories of events that appear in the Azure activity log](./monitoring-activity-log-schema.md).
5656

57-
### Stream Azure activity log data into an event hub
57+
### Activity log data
5858

5959
To send data from the Azure activity log into an Event Hubs namespace, you set up a Log Profile on your subscription. [Follow this guide](./monitoring-stream-activity-logs-event-hubs.md) to set up a Log Profile on your subscription. Do this once per subscription you want to monitor.
6060

6161
> [!TIP]
6262
> A Log Profile currently only allows you to select an Event Hubs namespace, in which an event hub is created with the name 'insights-operational-logs.' It is not yet possible to specify your own event hub name in a Log Profile.
6363
64-
## How do I set up Azure resource monitoring data to be streamed to an event hub?
64+
## Azure resource metrics and diagnostics logs
6565

6666
Azure resources emit two types of monitoring data:
6767
1. [Resource diagnostic logs](./monitoring-overview-of-diagnostic-logs.md)
@@ -72,25 +72,25 @@ Both types of data are sent to an event hub using a resource diagnostic setting.
7272
> [!TIP]
7373
> You can use Azure Policy to ensure that every resource within a certain scope is always set up with a diagnostic setting [by using the DeployIfNotExists effect in the policy rule](../azure-policy/policy-definition.md#policy-rule). Today DeployIfNotExists is only supported on built-in policies.
7474
75-
## How do I set up guest OS monitoring data to be streamed to an event hub?
75+
## Guest OS data
7676

7777
You need to install an agent to send guest OS monitoring data into an event hub. For either Windows or Linux, you specify the data you want to be sent to the event hub as well as the event hub to which the data should be sent in a configuration file and pass that configuration file to the agent running on the VM.
7878

79-
### Stream Linux data to an event hub
79+
### Linux data
8080

8181
The [Linux Azure Diagnostic agent](../virtual-machines/extensions/diagnostics-linux.md) can be used to send monitoring data from a Linux machine to an event hub. Do this by adding the event hub as a sink in your LAD configuration file protected settings JSON. [See this article to learn more about adding the event hub sink to your Linux Azure Diagnostic agent](../virtual-machines/extensions/diagnostics-linux.md#protected-settings).
8282

8383
> [!NOTE]
8484
> You cannot set up streaming of guest OS monitoring data to an event hub in the portal. Instead, you must manually edit the configuration file.
8585
86-
### Stream Windows data to an event hub
86+
### Windows data
8787

8888
The [Windows Azure Diagnostic agent](./azure-diagnostics.md) can be used to send monitoring data from a Windows machine to an event hub. Do this by adding the event hub as a sink in your privateConfig section of the WAD configuration file. [See this article to learn more about adding the event hub sink to your Windows Azure Diagnostic agent](./azure-diagnostics-streaming-event-hubs.md).
8989

9090
> [!NOTE]
9191
> You cannot set up streaming of guest OS monitoring data to an event hub in the portal. Instead, you must manually edit the configuration file.
9292
93-
## How do I set up application monitoring data to be streamed to event hub?
93+
## Application monitoring data
9494

9595
Application monitoring data requires that your code is instrumented with an SDK, so there isn't a general-purpose solution to routing application monitoring data to an event hub in Azure. However, [Azure Application Insights](../application-insights/app-insights-overview.md) is one service that can be used to collect Azure application-level data. If you are using Application Insights, you can stream monitoring data to an event hub by doing the following:
9696

0 commit comments

Comments
 (0)