Skip to content

Commit e0b151d

Browse files
Merge pull request #303490 from EdB-MSFT/syslog-timestamps
added utc note
2 parents aa6bbae + 4d9d24d commit e0b151d

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: EdB-MSFT
5+
ms.author: edbaynash
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.
@@ -74,6 +74,15 @@ The data ingestion process using the Azure Monitor Agent uses the following comp
7474

7575
---
7676

77+
> [!NOTE]
78+
> When ingesting syslog data using a log forwarder and Azure Monitor Agent (AMA), inconsistencies may arise between the `TimeGenerated` and `EventTime` fields.
79+
> + TimeGenerated reflects the UTC time when the syslog message was processed by the machine hosting the log forwarder or collector.
80+
> + 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.
81+
>
82+
>This can lead to differences between the two fields when the forwarder/collector and the device generating the log are in different time zones.
83+
84+
85+
7786
## Setup process to collect log messages
7887

7988
From the **Content hub** in Microsoft Sentinel, install the appropriate solution for **Syslog** or **Common Event Format**. This step installs the respective data connectors Syslog via AMA or Common Event Format (CEF) via AMA data connector. For more information, see [Discover and manage Microsoft Sentinel out-of-the-box content](sentinel-solutions-deploy.md).

0 commit comments

Comments
 (0)