From a3da331bbedd9f3544bc91c7839a57f2139ae7c5 Mon Sep 17 00:00:00 2001 From: andriikushch Date: Tue, 29 Oct 2024 13:27:57 +0100 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: William Dumont --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a54ab1b788..1f60832912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,7 @@ Main (unreleased) ### Bugfixes - Fixed a bug in `import.git` which caused a `"non-fast-forward update"` error message. (@ptodev) -- Fixed a bug in `azure_event_hubs` parser for messages without `time` field. (@andriikushch) +- Support logs that have a `timestamp` field instead of a `time` field for the `loki.source.azure_event_hubs` component. (@andriikushch) ### Other changes