1. Log Structure Overview
Each log entry consists of two main parts:- CEF Header – fixed, pipe-delimited metadata used for classification
- CEF Extension – space-separated key=value pairs with event details
2. CEF Header Format
Header Fields
3. CEF Extension Format
The extension contains space-separated key=value pairs.Common Extension Fields
Additional fields may be included depending on the event type (e.g.
IPv4, decision, ofa_score).
4. Event Types & Examples
4.1 Application Lifecycle (APP_STATUS)
Emitted when the application starts or changes operational state.
4.2 Agent Management (NEW_AGENT, AGENT_DELETED)
Tracks creation and deletion of agents.
New agent created
4.3 IPv4 List Generation (IPV4_LIST)
Generated when IPv4 reputation lists are produced for enforcement or integrations.
4.4 Feedback Updates (FEEDBACK_UPDATED)
Indicates updates to feedback, scoring, or intelligence linked to an agent.
4.5 Network Events (NET_EVENT)
Represents observed or processed network traffic, optionally enriched with OneFirewall intelligence.
network event
4.5.1 How Reads
A network event corresponds to a single network flow captured and analyzed by OneFirewall and is structured into three main sections.CEF Header
As outlined aboveCEF Extension
As outlined aboveCEF Extension Message
The CEF extension includes a msg variable containing space-separated key=value data, as shown in the table below.When OneFirewall has no available information, all ofa_ fields will be empty.

