You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Microsoft Sysmon For Linux connector for Microsoft Sentinel
14
14
15
15
[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.
17
17
18
18
This is autogenerated content. For changes, contact the solution provider.
19
19
@@ -30,7 +30,7 @@ This is autogenerated content. For changes, contact the solution provider.
30
30
**Top 10 Events by ActingProcessName**
31
31
32
32
```kusto
33
-
vimProcessCreateLinuxSysmon
33
+
_Im_ProcessCreate_LinuxSysmonV03
34
34
35
35
| summarize count() by ActingProcessName
36
36
@@ -42,15 +42,15 @@ vimProcessCreateLinuxSysmon
42
42
## Vendor installation instructions
43
43
44
44
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.
0 commit comments