Обучение
Модул
Connect Common Event Format logs to Microsoft Sentinel - Training
Connect Common Event Format logs to Microsoft Sentinel
Този браузър вече не се поддържа.
Надстройте до Microsoft Edge, за да се възползвате от най-новите функции, актуализации на защитата и техническа поддръжка.
The NXLog FIM module allows for the scanning of files and directories, reporting detected additions, changes, renames and deletions on the designated paths through calculated checksums during successive scans. This REST API connector can efficiently export the configured FIM events to Microsoft Sentinel in real time.
This is autogenerated content. For changes, contact the solution provider.
Connector attribute | Description |
---|---|
Log Analytics table(s) | NXLogFIM_CL |
Data collection rules support | Not currently supported |
Supported by | NXLog |
Find all DELETE events
NXLogFIM_CL
| where EventType_s == 'DELETE'
| project-away
SourceSystem,
Type
| sort by EventTime_t
Bar Chart for Events per type, per host
NXLogFIM_CL
| summarize EventCount = count() by Hostname_s, EventType_s
| where strlen(EventType_s) > 1
| project Eventype = Hostname_s, EventType_s, EventCount
| order by EventCount desc
| render barchart
Pie Chart for visualization of events per host
NXLogFIM_CL
| summarize EventCount = count() by Hostname_s, EventType_s
| sort by EventCount
| render piechart
General Summary of Events per Host
NXLogFIM_CL
| summarize count() by Hostname_s, EventType_s
Follow the step-by-step instructions in the Microsoft Sentinel integration chapter of the NXLog User Guide to configure this connector.
Обучение
Модул
Connect Common Event Format logs to Microsoft Sentinel - Training
Connect Common Event Format logs to Microsoft Sentinel
Документация
NXLog AIX Audit connector for Microsoft Sentinel
Learn how to install the connector NXLog AIX Audit to connect your data source to Microsoft Sentinel.
Azure Monitor Logs reference - ConfigurationData - Azure Monitor
Reference for ConfigurationData table in Azure Monitor Logs.
Tutorial: Forward Syslog data to Microsoft Sentinel and Azure Monitor by using Azure Monitor Agent
In this tutorial, you learn how to monitor Linux-based devices by forwarding Syslog data to a Log Analytics workspace.
NXLog LinuxAudit connector for Microsoft Sentinel
Learn how to install the connector NXLog LinuxAudit to connect your data source to Microsoft Sentinel.