-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Context
The Azure Native ISV Service forwards logs from Azure to Elastic Cloud.
Currently, the log forwarder in Azure applies the following routing rules:
| Log category | Data stream |
|---|---|
| Activity logs (for the subscription only) | logs-azure.activitylogs-default |
| Sign-in logs | logs-azure.signinlogs-default |
| Audit logs | logs-azure.auditlogs-default |
| Spring cloud logs | logs-azure.platformlogs-default |
| Resource logs | logs-azure.platformlogs-default |
| (None of the above) | logs-azure.platformlogs-default |
Since Azure Logs and other Azure-focused integrations now support more log categories, we can leverage the reroute processor to send these log categories to the most appropriate data stream.
Goals
Add a custom pipeline to route incoming logs to the target data stream. Fallback to the logs-azure.platformlogs-default data stream.
Reactions are currently unavailable