Skip to content

Figure out how to route logs from Azure Native ISV Service #115

@zmoog

Description

@zmoog

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions