Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion data-explorer/integrate-data-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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**<br /><br />**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 |
Expand Down
14 changes: 14 additions & 0 deletions data-explorer/integrate-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down