Skip to content

Commit a2db7d2

Browse files
authored
Merge pull request #263 from VirtualMetric:dev
Release 1.5.0
2 parents 4a474c3 + 56f6c05 commit a2db7d2

File tree

310 files changed

+57500
-949
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

310 files changed

+57500
-949
lines changed

blog/2025-09-01-release-notes-1.4.0.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
slug: /release-notes
32
authors: [release-team]
43
tags: [release]
54
title: Version 1.4.0 Released
65
---
76

8-
This release introduces powerful new capabilities for Azure integration and data management. With the new **Settings** menu and **Microsoft Stats** dashboard, managing your workspace and monitoring data flow has never been easier. We've expanded our device and target support with **Azure Blob Storage**, **Azure Event Hubs**, **Microsoft Sentinel Data Lake**, and **Elasticsearch**, while enhancing Windows device capabilities with additional log types and pipeline selection options. Important bug fixes improve configuration persistence and content management workflows.
7+
This release introduces powerful new capabilities for Azure integration and data management. With the new **Settings** menu and **Microsoft Stats** dashboard, managing your workspace and monitoring data flow has never been easier. We've expanded our device and target support with **Azure Blob Storage**, **Azure Event Hubs**, **Microsoft Sentinel data lake**, and **Elasticsearch**, while enhancing Windows device capabilities with additional log types and pipeline selection options. Important bug fixes improve configuration persistence and content management workflows.
98

109
{/* truncate */}
1110

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
authors: [release-team]
3+
tags: [release]
4+
title: Version 1.5.0 Released
5+
---
6+
7+
This release introduces flexible Director configuration management with **Self Managed Director** mode and comprehensive **Linux Agent** monitoring capabilities. The new **Splunk HEC** target integration expands data forwarding options, while important bug fixes improve agent visibility, device management, and user authentication workflows.
8+
9+
{/* truncate */}
10+
11+
<Include id="release-1.5.0"/>
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
pagination_prev: null
3+
pagination_next: null
4+
---
5+
6+
# CSL
7+
8+
The Common Security Log (CSL) is a standardized schema used in Microsoft Sentinel. It provides:
9+
10+
**Common Fields**:
11+
12+
|Field Category|Fields|Description|
13+
|:-:|:--|:--|
14+
|Base Fields|`TimeGenerated`, `Type`, `TenantId`, `SourceSystem`, `Computer`|Core fields for event identification and source tracking|
15+
|Identity Fields|`AccountName`, `AccountDomain`, `UserPrincipalName`, `UserId`|User identification and authentication tracking|
16+
|Network Fields|`SourceIP`, `DestinationIP`, `SourcePort`, `DestinationPort`|Network communication endpoints|
17+
|Security Fields|`Activity`, `Status`, `ResultType`, `ResultDescription`|Security operation outcomes and status information|
18+
19+
**Schema Categories**:
20+
21+
|Category|Fields|Purpose|
22+
|:-:|:--|:--|
23+
|Authentication|`LogonType`, `AuthenticationMethod`, `LogonProcessName`, `ImpersonationLevel`|Track authentication events and access control|
24+
|Network Session|`Protocol`, `Direction`, `BytesSent`, `BytesReceived`, `Duration`|Monitor network communications and traffic patterns|
25+
|Process|`ProcessName`, `CommandLine`, `ProcessId`, `ParentProcessName`|Track process creation and execution|
26+
|File|`FileName`, `FilePath`, `FileHash`, `FileOperation`|Monitor file access and modifications|
27+
|Registry|`RegistryKey`, `RegistryValueName`, `RegistryValueData`|Track registry changes and access|
28+
29+
**Event Types**:
30+
31+
|Type|Event Classes|Description|
32+
|--:|:--|:--|
33+
|Authentication|`SignInLogs`, `AuditLogs`, `AADNonInteractiveUserSignInLogs`|Authentication-related events and outcomes|
34+
|Security|`SecurityEvent`, `SecurityAlert`, `SecurityIncident`|Security-related events and alerts|
35+
|Network|`AzureNetworkAnalytics`, `CommonSecurityLog`, `DnsEvents`|Network activity and communications|
36+
|Identity|`IdentityInfo`, `IdentityDirectoryEvents`, `IdentityLogonEvents`|Identity and directory service events|
37+
|Endpoint|`DeviceEvents`, `DeviceProcessEvents`, `DeviceFileEvents`|Endpoint detection and response events|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)