From 6a9d4991dcc3d784d08fb7beed2a6ac96cc10be9 Mon Sep 17 00:00:00 2001 From: Sreedhar Pelluru <6722422+spelluru@users.noreply.github.com> Date: Tue, 6 Jan 2026 21:42:45 -0500 Subject: [PATCH 1/2] Azure Monitor integration --- data-explorer/integrate-data-overview.md | 3 ++- data-explorer/integrate-overview.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/data-explorer/integrate-data-overview.md b/data-explorer/integrate-data-overview.md index 357924bfd1..22305dd760 100644 --- a/data-explorer/integrate-data-overview.md +++ b/data-explorer/integrate-data-overview.md @@ -3,7 +3,7 @@ title: Data integrations overview description: Learn about the available data integrations. ms.reviewer: aksdi ms.topic: conceptual -ms.date: 01/30/2024 +ms.date: 01/06/2026 # CustomerIntent: As a data ingestor, I want to know what data connectors and tools are available, so that I can choose the right one for my use case. --- # Data integrations overview @@ -55,6 +55,7 @@ The following tables summarizes the available data connectors, tools, and integr | [Splunk](integrate-overview.md#splunk) | **Ingestion** | | | [Open source](https://github.com/Azure/azure-kusto-splunk/tree/main/splunk-adx-alert-addon) | Logs | | [Splunk Universal Forwarder](integrate-overview.md#splunk-universal-forwarder)| **Ingestion** | | | [Open source](https://github.com/Azure/azure-kusto-splunk) | Logs | | [Telegraf](integrate-overview.md#telegraf) | **Ingestion** | :heavy_check_mark: | | [Open source](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/azure_data_explorer) | Metrics, Logs | +| [Azure Monitor](integrate-overview.md#azure-monitor) | **Ingestion** | | | First party | Azure Monitor Agent can send the following virtual machine data to Azure Data Explorer using a data collection rule: Performance counters, IIS logs, Windows event logs, Linux system logs, Custom text logs, and Custom JSON logs | ## [Tools and integrations](#tab/integrations) diff --git a/data-explorer/integrate-overview.md b/data-explorer/integrate-overview.md index 30f2036088..b9fdb39416 100644 --- a/data-explorer/integrate-overview.md +++ b/data-explorer/integrate-overview.md @@ -63,6 +63,7 @@ The following table summarizes the available connectors and their capabilities: | [Splunk](#splunk) | :heavy_check_mark: | | | | | [Splunk Universal Forwarder](#splunk-universal-forwarder) | :heavy_check_mark: | | | | | [Telegraf](#telegraf) | :heavy_check_mark: | | | | +| [Azure Monitor](#azure-monitor) | :heavy_check_mark: | | | | ### [Tools and integrations](#tab/integrations) @@ -371,6 +372,19 @@ Telegraf is an open source, lightweight, minimal memory foot print agent for col * **Documentation:** [Ingest data from Telegraf](ingest-data-telegraf.md) * **Community Blog:** [New Azure Data Explorer output plugin for Telegraf enables SQL monitoring at huge scale](https://techcommunity.microsoft.com/t5/azure-data-explorer-blog/new-azure-data-explorer-output-plugin-for-telegraf-enables-sql/ba-p/2829444) +### Azure Monitor + +Azure Monitor Agent can send the following virtual machine data to Azure Data Explorer using a data collection rule: + +- Performance counters +- IIS logs +- Windows event logs +- Linux system logs +- Custom text logs +- Custom JSON logs + +For more information, see [Collect data from virtual machines to Azure Data Explorer](/azure/azure-monitor/vm/send-fabric-destination). + ### [Tools and integrations](#tab/integrations) ### Azure CLI From 39c3f34d7dfae9ed7d23d445075f904d352ce37a Mon Sep 17 00:00:00 2001 From: Sreedhar Pelluru <6722422+spelluru@users.noreply.github.com> Date: Tue, 6 Jan 2026 21:47:40 -0500 Subject: [PATCH 2/2] Update --- data-explorer/integrate-data-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-explorer/integrate-data-overview.md b/data-explorer/integrate-data-overview.md index 22305dd760..3f1adf13ab 100644 --- a/data-explorer/integrate-data-overview.md +++ b/data-explorer/integrate-data-overview.md @@ -44,6 +44,7 @@ The following tables summarizes the available data connectors, tools, and integr | [Azure Event Hubs](integrate-overview.md#azure-event-hubs) | **Ingestion** | :heavy_check_mark: | | First party | Messaging | | [Azure Functions](integrate-overview.md#azure-functions) | **Export**

**Ingestion** | | | First party | Workflow integrations | | [Azure IoT Hubs](integrate-overview.md#azure-iot-hubs) | **Ingestion** | :heavy_check_mark: | | First party | IoT data | +| [Azure Monitor](integrate-overview.md#azure-monitor) | **Ingestion** | | | First party | Azure Monitor Agent can send the following virtual machine data to Azure Data Explorer using a data collection rule: Performance counters, IIS logs, Windows event logs, Linux system logs, Custom text logs, and Custom JSON logs | | [Azure Stream Analytics](integrate-overview.md#azure-stream-analytics) | **Ingestion** | :heavy_check_mark: | | First party | Event processing | | [Cribl Stream](integrate-overview.md#cribl-stream) | **Ingestion** | :heavy_check_mark: | | First party | Telemetry, Logs, Metrics, Machine data processing | | [Fluent Bit](integrate-overview.md#fluent-bit) | **Ingestion** | | | [Open source](https://github.com/fluent/fluent-bit) | Logs, Metrics, Traces | @@ -55,7 +56,6 @@ The following tables summarizes the available data connectors, tools, and integr | [Splunk](integrate-overview.md#splunk) | **Ingestion** | | | [Open source](https://github.com/Azure/azure-kusto-splunk/tree/main/splunk-adx-alert-addon) | Logs | | [Splunk Universal Forwarder](integrate-overview.md#splunk-universal-forwarder)| **Ingestion** | | | [Open source](https://github.com/Azure/azure-kusto-splunk) | Logs | | [Telegraf](integrate-overview.md#telegraf) | **Ingestion** | :heavy_check_mark: | | [Open source](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/azure_data_explorer) | Metrics, Logs | -| [Azure Monitor](integrate-overview.md#azure-monitor) | **Ingestion** | | | First party | Azure Monitor Agent can send the following virtual machine data to Azure Data Explorer using a data collection rule: Performance counters, IIS logs, Windows event logs, Linux system logs, Custom text logs, and Custom JSON logs | ## [Tools and integrations](#tab/integrations)