F5 BIG-IP Advanced WAF
This pack includes Cortex XSIAM content.
Configuration on Server Side
You need to configure BIG-IP AWAF to forward Syslog messages.
In order to do so, create a logging profile and set remote logging to the relevant server.
- The product documentation is available here.
Creating a logging profile
- On the Main tab, click Security → Event Logs → Logging Profiles.
- Click Create.
- In the Profile Name field, type a unique name for the profile.
- Select the Application Security checkbox.
- On the Application Security tab, for Configuration, select Advanced.
- Select the Remote Storage checkbox.
- Click Finished.
Setting Remote Logging
- Connect to the BIG-IP web UI and log in with administrative rights.
- Navigate to Security → Event Logs → Logging Profiles.
- Click the name of the logging profile for which you want to set up remote logging.
- Select the Remote Storage checkbox.
- From the Remote Storage Type list, select Remote.
- For the Protocol setting, select TCP.
- For Server Addresses, type the IP Address, Port Number (default is 514), and click Add.
- Click Finished.
Supported Timestamp Ingestion
Timestamp ingestion is supported for the format: %Y-%m-%dT%H:%M:%S%Ez (yyyy-mm-ddTHH:MM:SS+ZZ:ZZ).
In order to configure the required timestamp for syslog messages, follow these instructions:
- The product documentation is available here.
- Log in to the BIG-IP command line.
- Use a Linux editor to edit the syslog-ng configuration, in this case using nano editor.
```bash
nano /etc/syslog-ng/syslog-ng.conf
3. Add **ts_format(iso);** at the last line inside **options** section.
bash
options {
dir_perm(0755);
perm(0600);
chain_hostnames(no);
keep_hostname(yes);
stats_freq(0);
log_fifo_size(2048);
ts_format(iso); --> !!!
};
4. Restart syslog-ng service.
bash
bigstart restart syslog-ng
```
Collect Events from Vendor
In order to use the collector, use the Broker VM option.
Broker VM
To create or configure the Broker VM, use the information described here.
You can configure the specific vendor and product for this instance.
- Navigate to Settings → Configuration → Data Broker → Broker VMs.
- Go to the Apps column under the Brokers tab and add the Syslog Collector app for the relevant broker instance. If the app already exists, hover over it and click Configure.
- Click Add New for adding a new syslog data source.
- When configuring the new syslog data source, set the following values:
| Parameter | Value
| :--- | :---
|Vendor
| Enter f5.
|Product
| Enter waf.