Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.92 KB

readme.md

File metadata and controls

42 lines (29 loc) · 1.92 KB

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.