api

Azure Monitor Logs Ingestion API

The Azure Monitor Logs Ingestion API sends custom JSON log records through a Data Collection Rule stream into a Log Analytics workspace used by Microsoft Sentinel.

apisCurrent

Relationships

No related entities recorded yet.

Example Request

http
POST https://{endpoint}/dataCollectionRules/{dcrImmutableId}/streams/{streamName}?api-version=2023-01-01
Authorization: Bearer <monitor-token>
Content-Type: application/json

[{"TimeGenerated":"2026-08-11T00:00:00Z","Source":"custom-app","Severity":"Medium","Message":"Suspicious activity observed"}]