Deployment (Part 3)
Microsoft Monitoring Agent (MMA)
- Consider the timelines and the strategy for a migration to AMA (Azure Monitor Agent) before the MMA end-of-life.
- Consider the central deployment and management methodology for MMA.
- Determine which endpoints are in scope for deployment as these affect the log ingestion volume significantly.
Azure Monitor Agent (AMA)
AMA is supported on both Windows and Linux OS (MMA was used only on Windows, with the OMS agent acting as its counterpart on Linux). AMA allows increased granularity of the types of log collected and multi-homing-AMA offers the ability to implement multiple log collection options for each of them. These two options combined enables the ability to split the stream of log data, with the critical sent to Microsoft Sentinel for real-time monitoring, while less important log can be sent to a more cost effective storage option.
Deploying the AMA on Linux allows for the collection of any syslog message or local logs that follow a consistent naming convention. Any Linux agent with AMA installed can act as a syslog collector for remote syslog log sources.
Deploying Syslog Collector
The hardware requirements for the syslog collector depend on the expected logging volume. Generally, syslog collector will simply receive the logs and forward them to Microsoft Sentinel. It is used to receive both plain syslog logs and CEF, but, the same facility should not be used by both CEF and non-CEF log sources.
Comments
Post a Comment