Normalization
Normalization is a critical stage connecting ingestion from sources and forwarding to targets used to coalesce log data from diverse sources into consistent formats, enabling unified handling across different logging systems.
Log Formats
The processor supports several widely-used log formats:
Generic
| Format | Notation | Key Identifier | Layout Characteristics | Example Fields |
|---|---|---|---|---|
| Elastic Common Schema (ECS) | Dot notation with lowercase | @timestamp | Hierarchical structure | source.ip, network.direction |
| Splunk Common Information Model (CIM) | Underscore with lowercase | _time | Flat structure | src_ip, network_direction |
| Advanced Security Information Model (ASIM) | PascalCase | TimeGenerated | Explicit names | SourceIp, NetworkDirection |
Security-specific
| Format | Description | Key Identifier | Example Fields |
|---|---|---|---|
| Common Event Format (CEF) | ArcSight's standard format | rt (receiptTime) | networkUser, sourceAddress |
| Log Event Extended Format (LEEF) | IBM QRadar's format | devTime | networkUser, srcAddr |
| Common Security Log (CSL) | Microsoft Sentinel's format | TimeGenerated | NetworkUser, SourceAddress |