Overview
OneFirewall Server WCF (World Crime Feeds) is the core server component that can be installed on-premises or in the cloud, depending on your deployment setup. It is responsible for collecting and processing security logs from firewalls, intrusion prevention systems (IPS), and other network or security devices in your environment.Syslog Listener on UDP Port 514
The OneFirewall service includes a Syslog listener running on UDP port 514, which is the standard port for receiving syslog traffic. This listener can accept log messages from multiple sources and automatically parse them to extract relevant security information, such as:- Source and destination IPs
- Timestamps
- Severity levels
- Event types or signatures
Sending Logs to OneFirewall
Depending on your existing infrastructure, there are several ways to forward logs to the OneFirewall Syslog listener.ELK / OpenSearch
To forward logs using Filebeat or Logstash, edit the configuration file and include a Syslog output section:IBM QRadar
- Go to Admin → Data Sources → Log Sources.
- Add a new Syslog destination.
- Set the Destination IP to your OneFirewall server.
- Select UDP as the protocol and set Port 514.
- Save and deploy the configuration.
Splunk
In Splunk, you can configure Syslog forwarding either via a forwarder or directly on the main server.Example configuration
pfSense / OPNsense
- Navigate to Status → System Logs → Settings → Remote Logging Options.
- Enable Send log messages to remote syslog server.
- Enter the OneFirewall Server IP and set Port to
514. - Select the log categories you want to forward (e.g., Firewall, DHCP, System).
- Save the settings.
API Log Ingestion (Cloud Environments)
For cloud-based deployments, OneFirewall Server exposes an HTTP API endpoint that allows log ingestion via HTTPS. This method is typically used when UDP traffic is restricted or when integrating with cloud-native logging tools such as:- AWS CloudWatch Logs
- Azure Monitor
- Google Cloud Logging
Verifying Log Connectivity
You can verify if logs are successfully reaching the OneFirewall server using standard Linux tools.Using tcpdump
Using logger (for testing)
Summary
| Component | Purpose | Protocol | Port |
|---|---|---|---|
| Syslog Listener | Receives log traffic from network devices | UDP | 514 |
| API Endpoint | Accepts log data via HTTPS (mainly for cloud) | HTTP/HTTPS | Configurable |

