Iboss is a cloud-based cybersecurity platform that provides secure web gateway (SWG), cloud firewall, and zero trust network access (ZTNA) capabilities. It helps organizations protect users and devices by routing internet-bound traffic through the Iboss cloud.
Integration Method: Data Collector (syslog)
This integration supports the following events.
Event | Description |
|---|---|
Web logs | Captures user activity, provides visibility for monitoring, auditing and network traffic analysis. |
This integration supports the following versions.
Data Collector API version | 0.6-82-f7fa18e |
Prerequisites
The user should have a compatible version of the system in which the Data Collector is installed. For installation steps, please follow the steps mentioned here.
The user should have access to DataBee console.
Configuration Overview
Iboss Cloud - Logs are sent from the Iboss cloud to DataBee
Data Collector - This host has the DataBee Data Collector installed. It receives logs from iboss and forwards the events to DataBee via HTTPS.
Configure syslog output on iboss cloud
Configure Iboss feed in DataBee console
Configure syslog on Data Collector
In this configuration, logs will be received from iboss on port 443. Rsyslog is configured to forward all of it to port 51441. Those logs will be sent to DataBee via HTTPS.
Login to the Linux host machine.
Edit rsyslog.conf as a super user. Run the command sudo nano /etc/rsyslog.conf with admin privileges.
Enable following highlighted TCP lines with port that you want to expose to client machines to forward logs. For e.g, port 443 is opened here for clients to forward logs.
Add auth,authpriv.* @0.0.0.0:51441 at the end of the file to expose auth logs to 51441 port. This port will be used for Iboss feed configuration in DataBee UI.
Save and close the file.

Run the following command to restart syslog service sudo service rsyslog restart.
Configure syslog on Iboss cloud
Syslog log forwarding is configured within the iboss zero trust SASE admin console from the Integrations Marketplace.

Add the Syslog log forwarding service and configure it. Refer to Iboss in product documentation for configuration details.
The configuration is done based on the syslog configuration parameters.
Choose the Service Type, Log Type, and Protocol Type based on configuration preference.

Add the Host Name of the DataBee data collector which will be receiving the forwarded logs.

Add the Port number which is exposed from client system to listen to the logs getting forwarded as highlighted below.

Choose the type of Log Format that needs to be forwarded based on configuration.

Click on the Field Delimiter drop-down menu and choose the desired character for log delimiting.

Select which log URL Fields can be forwarded, based on the fields required.

After configuring all the parameters for the integration with syslog, kindly ensure to use Test Current Service Transmit Settings, to test the connection between the server and the platform based on the settings.

Click Add Service to confirm the addition of the new service instance to the platform.

DataBee Configuration
Login to the DataBee UI, navigate to Data > Data Feeds and click the Add New Data Feed button.

Search for the Iboss and click it as shown below.

Click on the Data Collector for collection method.

Click on the Syslog.

Enter feed contact information and select data collector created from the previous step.
click Next.

In the configuration page, confirm the following:
Select the mode as TCP from the dropdown.
Fill the port field with port configured during syslog configuration in host machine.
Click Next.

If you don’t want to filter logs based on syslog messages from host/clients, then click on Submit.
If you want to filter the message, then click on Add.

You will see filters dropdown with two options i.e., Inclusion and Exclusion
Inclusion: Provide keywords that you want to apply on syslog messages to filter which need to be processed in DataBee.
Exclusion: Provide keywords that you want to apply on syslog messages to filter which need not to be processed in DataBee.
Click on Submit.

Troubleshooting Tips
If you encounter any issues regarding log forwarding, refer to the DataBee troubleshooting document for detailed guidance.