You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/platform/data-sources.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,8 @@ The [Azure Activity log](platform-logs-overview.md) includes service health reco
69
69
|:---|:---|
70
70
| Activity log | The Activity log is collected into its own data store that you can view from the Azure Monitor menu or use to create Activity log alerts. |[Query the Activity log in the Azure portal](activity-log-view.md#azure-portal)|
71
71
| Azure Monitor Logs | Configure Azure Monitor Logs to collect the Activity log to analyze it with other monitoring data. |[Collect and analyze Azure activity logs in Log Analytics workspace in Azure Monitor](activity-log-collect.md)|
72
-
| Azure Storage | Export the Activity log to Azure Storage for archiving. |[Archive Activity log](activity-log-export.md#archive-activity-log)|
73
-
| Event Hubs | Stream the Activity log to other locations using Event Hubs |[Stream Activity log to Event Hub](activity-log-export.md#stream-activity-log-to-event-hub). |
72
+
| Azure Storage | Export the Activity log to Azure Storage for archiving. |[Archive Activity log](resource-logs-collect-storage.md)|
73
+
| Event Hubs | Stream the Activity log to other locations using Event Hubs |[Stream Activity log to Event Hub](resource-logs-stream-event-hubs.md). |
74
74
75
75
### Azure Service Health
76
76
[Azure Service Health](../../service-health/service-health-overview.md) provides information about the health of the Azure services in your subscription that your application and resources rely on.
@@ -98,7 +98,7 @@ Most Azure services will send [platform metrics](data-platform-metrics.md) that
98
98
### Resource logs
99
99
[Resource logs](platform-logs-overview.md) provide insights into the _internal_ operation of an Azure resource. Resource logs are created automatically, but you must create a diagnostic setting to specify a destination for them to collected for each resource.
100
100
101
-
The configuration requirements and content of resource logs vary by resource type, and not all services yet create them. See [Supported services, schemas, and categories for Azure resource logs](diagnostic-logs-schema.md) for details on each service and links to detailed configuration procedures. If the service isn’t listed in this article, then that service doesn’t currently create resource logs.
101
+
The configuration requirements and content of resource logs vary by resource type, and not all services yet create them. See [Supported services, schemas, and categories for Azure resource logs](diagnostic-logs-schema.md) for details on each service and links to detailed configuration procedures. If the service isn't listed in this article, then that service doesn't currently create resource logs.
Copy file name to clipboardExpand all lines: articles/azure-monitor/platform/resource-logs-blob-format.md
+54-54Lines changed: 54 additions & 54 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.subservice: logs
12
12
# Prepare for format change to Azure Monitor platform logs archived to a storage account
13
13
14
14
> [!WARNING]
15
-
> If you are sending [Azure resource logs or metrics to a storage account using diagnostic settings](resource-logs-collect-storage.md) or [activity logs to a storage account using log profiles](activity-log-export.md), the format of the data in the storage account changed to JSON Lines on Nov. 1, 2018. The instructions below describe the impact and how to update your tooling to handle the new format.
15
+
> If you are sending [Azure resource logs or metrics to a storage account using diagnostic settings](resource-logs-collect-storage.md) or [activity logs to a storage account using log profiles](resource-logs-collect-storage.md), the format of the data in the storage account changed to JSON Lines on Nov. 1, 2018. The instructions below describe the impact and how to update your tooling to handle the new format.
16
16
>
17
17
18
18
## What changed
@@ -54,60 +54,60 @@ The current format of the PT1H.json file in Azure blob storage uses a JSON array
Copy file name to clipboardExpand all lines: articles/azure-monitor/platform/stream-monitoring-data-event-hubs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Before you configure streaming for any data source, you need to [create an Event
30
30
| Tier | Data | Method |
31
31
|:---|:---|:---|
32
32
|[Azure tenant](data-sources.md#azure-tenant)| Azure Active Directory audit logs | Configure a tenant diagnostic setting on your AAD tenant. See [Tutorial: Stream Azure Active Directory logs to an Azure event hub](../../active-directory/reports-monitoring/tutorial-azure-monitor-stream-logs-to-event-hub.md) for details. |
33
-
|[Azure subscription](data-sources.md#azure-subscription)| Azure Activity Log | Create a log profile to export Activity Log events to Event Hubs. See [Export Azure Activity log to storage or Azure Event Hubs](activity-log-export.md) for details. |
33
+
|[Azure subscription](data-sources.md#azure-subscription)| Azure Activity Log | Create a log profile to export Activity Log events to Event Hubs. See [Stream Azure platform logs to Azure Event Hubs](resource-logs-stream-event-hubs.md) for details. |
34
34
|[Azure resources](data-sources.md#azure-resources)| Platform metrics<br> Resource logs |Both types of data are sent to an event hub using a resource diagnostic setting. See [Stream Azure resource logs to an event hub](resource-logs-stream-event-hubs.md) for details. |
35
35
|[Operating system (guest)](data-sources.md#operating-system-guest)| Azure virtual machines | Install the [Azure Diagnostics Extension](diagnostics-extension-overview.md) on Windows and Linux virtual machines in Azure. See [Streaming Azure Diagnostics data in the hot path by using Event Hubs](diagnostics-extension-stream-event-hubs.md) for details on Windows VMs and [Use Linux Diagnostic Extension to monitor metrics and logs](../../virtual-machines/extensions/diagnostics-linux.md#protected-settings) for details on Linux VMs. |
36
36
|[Application code](data-sources.md#application-code)| Application Insights | Application Insights doesn't provide a direct method to stream data to event hubs. You can [set up continuous export](../../azure-monitor/app/export-telemetry.md) of the Application Insights data to a storage account and then use a Logic App to send the data to an event hub as described in [Manual streaming with Logic App](#manual-streaming-with-logic-app). |
0 commit comments