Skip to content

Commit 9fc39c2

Browse files
authored
Merge pull request #124180 from didier-danloy/sysmon4sentinel
remove instruction to deploy ASIM. Now built-in into Sentinel. Updated examples too
2 parents f3439c9 + 945473f commit 9fc39c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/sentinel/data-connectors/microsoft-sysmon-for-linux.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Microsoft Sysmon For Linux connector for Microsoft Sentinel"
33
description: "Learn how to install the connector Microsoft Sysmon For Linux to connect your data source to Microsoft Sentinel."
44
author: cwatson-cat
55
ms.topic: how-to
6-
ms.date: 04/26/2024
6+
ms.date: 08/20/2024
77
ms.service: microsoft-sentinel
88
ms.custom: linux-related-content
99
ms.author: cwatson
@@ -13,7 +13,7 @@ ms.collection: sentinel-data-connector
1313
# Microsoft Sysmon For Linux connector for Microsoft Sentinel
1414

1515
[Sysmon for Linux](https://github.com/Sysinternals/SysmonForLinux) provides detailed information about process creations, network connections and other system events.
16-
[Sysmon for linux link:]. The Sysmon for Linux connector uses [Syslog](https://aka.ms/sysLogInfo) as its data ingestion method. This solution depends on ASIM to work as expected. [Deploy ASIM](https://aka.ms/DeployASIM) to get the full value from the solution.
16+
[Sysmon for linux link:]. The Sysmon for Linux connector uses [Syslog](https://aka.ms/sysLogInfo) as its data ingestion method. This solution depends on ASIM to work as expected.
1717

1818
This is autogenerated content. For changes, contact the solution provider.
1919

@@ -30,7 +30,7 @@ This is autogenerated content. For changes, contact the solution provider.
3030
**Top 10 Events by ActingProcessName**
3131

3232
```kusto
33-
vimProcessCreateLinuxSysmon
33+
_Im_ProcessCreate_LinuxSysmonV03
3434
3535
| summarize count() by ActingProcessName
3636
@@ -42,15 +42,15 @@ vimProcessCreateLinuxSysmon
4242
## Vendor installation instructions
4343

4444

45-
>This data connector depends on ASIM parsers based on a Kusto Functions to work as expected. [Deploy the parsers](https://aka.ms/ASimSysmonForLinuxARM)
45+
>This data connector depends on ASIM parsers based on a Kusto Functions to work as expected.
4646
47-
The following functions will be deployed:
47+
The following functions are available:
4848

49-
- vimFileEventLinuxSysmonFileCreated, vimFileEventLinuxSysmonFileDeleted
49+
- _Im_FileEvent_LinuxSysmonFileCreatedV02, _Im_FileEvent_LinuxSysmonFileDeletedV02
5050

51-
- vimProcessCreateLinuxSysmon, vimProcessTerminateLinuxSysmon
51+
- _Im_ProcessCreate_LinuxSysmonV03, _Im_ProcessTerminate_LinuxSysmonV02
5252

53-
- vimNetworkSessionLinuxSysmon
53+
- _Im_NetworkSession_LinuxSysmonV04
5454

5555
[Read more](https://aka.ms/AboutASIM)
5656

0 commit comments

Comments
 (0)