Skip to content

Commit c662c1c

Browse files
committed
added utc note
1 parent 682ae4f commit c662c1c

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

articles/sentinel/cef-syslog-ama-overview.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Syslog and CEF AMA connectors - Microsoft Sentinel
33
description: Learn how Microsoft Sentinel collects Syslog and Common Event Format (CEF) messages with the Azure Monitor Agent.
4-
author: yelevin
5-
ms.author: yelevin
4+
author: edbaynash
5+
ms.author: EdB-MSFT
66
ms.topic: concept-article
77
ms.custom: linux-related-content
8-
ms.date: 07/12/2024
8+
ms.date: 07/29/2025
99

1010

1111
#Customer intent: As a security engineer, I want to collect Syslog and CEF messages from various devices, either directly or using a centralized log forwarder, so that I can efficiently monitor and respond to security threats.
@@ -72,6 +72,15 @@ The data ingestion process using the Azure Monitor Agent uses the following comp
7272

7373
- Your **Microsoft Sentinel (Log Analytics) workspace:** CEF logs sent here end up in the *CommonSecurityLog* table, and Syslog messages in the *Syslog* table. There you can query the logs and perform analytics on them to detect and respond to security threats.
7474

75+
76+
> [!NOTE]
77+
> When ingesting syslog data using a log forwarder and Azure Monitor Agent (AMA), inconsistencies may arise between the `TimeGenerated` and `EventTime` fields.
78+
> + TimeGenerated reflects the UTC time when the syslog message was processed by the machine hosting the log forwarder or collector.
79+
> + EventTime is extracted from the syslog header, which doesn't include time zone information and is converted to UTC using the local time zone offset of the forwarder/collector.
80+
>
81+
>This can lead to differences between the two fields when the forwarder/collector and the device generating the log are in different time zones.
82+
83+
7584
---
7685

7786
## Setup process to collect log messages

0 commit comments

Comments
 (0)