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.
Please refer to Prerequisites.
Please refer to Dynatrace log forwarder.
Please refer to How to view Azure logs.
Please refer to Self-monitoring.
Ingested logs will consume DDUs. For more details:
You may encounter issue with removing Virtual Network created for containerised Active Gate. Due to unresolved Azure bug, related sub-resource (Network Profile) is not deleted correctly. To remove the Virtual Network, first run cli command:
az network profile delete --name {DEPLOYMENT_NAME}networkProfile --resource-group <resource-group-name>
Then retry removing the VNet from Azure Portal
dynatrace-azure-log-forwarder
is under Apache 2.0 license. See LICENSE for details.