Skip to content

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.

License

Notifications You must be signed in to change notification settings

kishikawa12/dynatrace-azure-log-forwarder

 
 

Repository files navigation

Dynatrace Azure Log Forwarder

Overview

This is a fork of the Dynatrace Azure Log Forwarder with the event hub trigger replaced with a blob storage trigger.

Environment Variables:

  • DYNATRACE_URL - Dynatrace environment URL
  • DYNATRACE_ACCESS_KEY - Dynatrace API token
  • STORAGE_ACCOUNT_CONNECTION - Storage account connection string
  • BLOB_STORAGE_PATH - Container to monitor

Viewing Azure logs in Dynatrace UI

Please refer to How to view Azure logs.

Self-monitoring

Please refer to Self-monitoring.

Pricing

Ingested logs will consume DDUs. For more details:

Additional resources

Issues

Virtual Network cleanup

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

License

dynatrace-azure-log-forwarder is under Apache 2.0 license. See LICENSE for details.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.7%
  • Shell 10.3%