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.
Context
The Azure Native ISV Service forwards logs from Azure to Elastic Cloud.
Currently, the log forwarder in Azure applies the following routing rules:
logs-azure.activitylogs-defaultlogs-azure.signinlogs-defaultlogs-azure.auditlogs-defaultlogs-azure.platformlogs-defaultlogs-azure.platformlogs-defaultlogs-azure.platformlogs-defaultSince 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-defaultdata stream.