Skip to content

Commit

Permalink
Merge pull request #1362 from SEKOIA-IO/fix/CitrixADCForwarding
Browse files Browse the repository at this point in the history
Citrix: improve documentation
  • Loading branch information
squioc authored Oct 3, 2023
2 parents 4c6987b + 8c79f34 commit 22f6426
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions docs/xdr/features/collect/integrations/network/citrix_adc.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,30 @@ Citrix ADC (formely Citrix NetScaler) is a delivery controller and load-balancin
- Have a NSLog server with the syslog protocol
- Have an auditing module which runs on the NetScaler appliance.

### Enable syslog
### Forward audit logs

follow this [guide](https://docs.netscaler.com/en-us/citrix-adc/current-release/system/audit-logging/configuring-audit-logging.html) to enable syslog forwarding.
Follow this [guide](https://docs.netscaler.com/en-us/citrix-adc/current-release/system/audit-logging/configuring-audit-logging.html) to enable syslog forwarding for audit logs.

**IMPORTANT:** please make sure `-dateFormat MMDDYYYY` is set and date is present in logs

### Forward Application Firewall logs

To enable application firewall logs forwarding, see this [guide](https://support.citrix.com/article/CTX138973/how-to-send-application-firewall-messages-to-a-separate-syslog-server) and apply the following command to convert Application Firewall logs into CEF events:

```
set appfw settings CEFLogging on
```

### Create an intake

Go to the [intake page](https://app.sekoia.io/operations/intakes) and create a new intake from the format Citrix ADC.

### Forward logs to Sekoia.io

Please consult the [Syslog Forwarding](../../../ingestion_methods/sekoiaio_forwarder/) documentation to forward these logs to Sekoia.io.

## Further readings

- [Audit log forwarding](https://docs.netscaler.com/en-us/citrix-adc/current-release/system/audit-logging/configuring-audit-logging.html)
- [Application firewall forwarding](https://support.citrix.com/article/CTX138973/how-to-send-application-firewall-messages-to-a-separate-syslog-server)
- [CEF format](https://support.citrix.com/article/CTX136146/common-event-format-cef-logging-support-in-the-application-firewall)

0 comments on commit 22f6426

Please sign in to comment.