Commit 30dadb6
fix(azure): normalize host field (#662)
It seems that Azure EventHub sends host information as "Host". This doesn't comply with Datadog's conventions so the host is not show in the log explorer.
This detects if the Host field exists and adds the lower case host variant.
---------
Co-authored-by: Ava Silver <ava.silver@datadoghq.com>1 parent aab4546 commit 30dadb6
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
314 | 318 | | |
315 | 319 | | |
316 | 320 | | |
| |||
0 commit comments