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.
Tags can be applied by providing comma separated key:value pairs e.g. "tag:value,tag2:value2".
The following characters are not supported in tag's key: <>%&\?/ by Azure. I've decided to add ,: to this list (to make providing key:value pairs easier) as those characters are rarely used in tag's key or value.
Tags can be applied by providing comma separated key:value pairs e.g.
"tag:value,tag2:value2"
. The following characters are not supported in tag's key:<>%&\?/
by Azure. I've decided to add,:
to this list (to make providing key:value pairs easier) as those characters are rarely used in tag's key or value.