This project provides a mechanism that allows streaming Azure logs from Azure Event Hub into Dynatrace Logs via Azure Function App. It supports both: Azure Resource Logs and Azure Activity Logs.
We've been sending whole record as a content only for activity logs - for other logs mostly we've been sending properties (for most of them it was enough). To be consistent with aws and gcp-log-forwarder and not to miss some important information we will start sending whole record as a content for all logs.
We've been sending whole record as a content only for activity logs - for other logs mostly we've been sending properties (for most of them it was enough). To be consistent with aws and gcp-log-forwarder and not to miss some important information we will start sending whole record as a content for all logs.