dynatrace-oss / dynatrace-azure-log-forwarder

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.
https://www.dynatrace.com/support/help/technology-support/cloud-platforms/microsoft-azure-services/set-up-log-forwarder-azure/
Apache License 2.0
21 stars 16 forks source link

Log record as a content for all log types #42

Closed mswiatkowska closed 3 years ago

mswiatkowska commented 3 years ago

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.