Skip to main content

SonicWall NGFW

SonicWall next-generation firewalls run SonicOS and are common in small and mid-sized deployments, typically serving as both the perimeter firewall and the remote-access gateway. Their syslog output is a stream of name-value pairs covering connection open and close events with byte counts, intrusion-prevention and gateway-antivirus verdicts, content filtering decisions, administrative logins and configuration changes. The SSL-VPN component logs separately and is worth treating as its own feed: remote-access authentication successes and failures are among the highest-value records the appliance produces.

Device-side setup

Configure the device to forward syslog to the listener described below, following the vendor's own documentation for its syslog export. Nothing has to be built on the platform side beyond installing the template below — it supplies the parser and wires the pipeline.

Syslog configuration

The appliance sends to a syslog listener: either the cloud syslog endpoint or a local collector appliance. The two destinations use different ports. The cloud endpoint has a per-tenant domain and a block of ports allocated to your account: Platform → Administration → Syslog Ports shows the domain, the port range, and which protocol listens on which port — read the numbers off that page rather than assuming a standard one. A collector appliance listens by default on UDP/514, TCP/514, TLS on 6514 and TLS RFC 6587 on 7514, and each of its listeners can carry a Customer Tag that attributes the records arriving on it. See Syslog Import for the protocol options and Syslog Ports for the listener configuration. Either TLS listener presents a certificate the sending device has to trust: the Download CA (ca.crt) button on the Syslog Ports page supplies it, and without it the handshake fails with nothing logged on the platform side.

Keep the SonicOS Default syslog format

The shipped parser (fpl-SonicWallFWSyslog) requires the structured name-value format SonicOS sends by default — records beginning sn= with an id= field. It is not free-form text. Switching the appliance to CEF or WebTrends stops it parsing; Enhanced Syslog is fine.

Install the Application

Go to Platform → Applications → Install Application From Template and choose SonicWall NGFW Syslog from the On-Premise IT category. The template supplies the parser and builds the pipeline — there is no source to add, no processor to attach, and no sink to wire by hand. Both parameters are required:

ParameterNotes
datalakePre-filled managed.
datalake index namePre-filled SonicWall. Two applications writing to the same index name in the same lake will collide, and the second one aborts.

Both sit in the collapsed Advanced Configurations row below the Parameters heading, which is otherwise empty — expand the row to reach them. The defaults are usually right; change the index name when something else on the platform already writes to SonicWall.

Setup New SonicWall NGFW Syslog Application panel

Press Install. The application then appears in the Installed Applications view, where its badge reads Running once the pipeline is up.