dynatrace-azure-log-forwarder icon indicating copy to clipboard operation
dynatrace-azure-log-forwarder copied to clipboard

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.

Results 10 dynatrace-azure-log-forwarder issues
Sort by recently updated
recently updated
newest added

As Dynatrace moves more managed Azure services to Custom Devices instead of discrete entity types, the linking between logs and entities is increasingly breaking. This is frustrating as logs and...

enhancement

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.2 to 3.9.4. Release notes Sourced from aiohttp's releases. 3.9.4 Bug fixes The asynchronous internals now set the underlying causes when assigning exceptions to the future objects...

dependencies

New filter added to allow to only send metrics. To avoid sending too much data to Dynatrace (DDU consumption) and be able to send only metrics from Azure, I've adapted...

**Is your feature request related to a problem? Please describe.** When deploying in an Azure tenant with a security policy that prohibits functions being accessible over http, the deployment fails....

enhancement

The `az webapp deploy` command update in f8b973b267d9143775160363b463aa1ef18b07cf needed to change the `--src` parameter to `--src-path`, otherwise users receive the error `ambiguous option: --src could match --src-path, --src-url` and the...