It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda XDR

Setting up the Citrix ADC Integration Collector

  • Last updated on

This setup is for the XDR Collector only. If you are using a physical or virtual sensor, refer to Integrating Citrix Netscaler Application Delivery Controller (ADC).

To set up the Citrix ADC Integration Collector, do the following steps, below:

  1. Enable the Citrix ADC Collector integration.
  2. Install the XDR Collector.
  3. Firewall Configuration.
  4. Open port on the XDR Collector Host.

The install command is unique to the current selected account and should only be run on systems within that environment.

Enable Citrix ADC Collector

  1. In Barracuda XDR Dashboard, navigate to Administration Integrations.
  2. On the Citrix ADC Collector card, click Setup.
  3. Select the Enable check box.
  4. Click Save.

Install the XDR Collector

When collecting logs from one or more integrated data sources, always set up the XDR Collector on a dedicated host server. Don't use an existing server because the amount of data produced by logs can impact critical infrastructure.

Firewall Configuration

  • To add a Syslog server to the Citrix ADC Firewall follow the steps in the Citrix ADC Firewall Documentation
  • When entering the necessary information for each syslog server that is added, make sure that the port is pointing to 9205, not to the default port that is mentioned in the documentation.

Open port on the XDR Collector Host

If you have a firewall protecting your collector, ensure that it allows incoming traffic on the UDP port.

Here are some examples of how to do that on commonly used firewalls.

Linux Iptables

sudo iptables -A INPUT -p udp --dport 9205 -j ACCEPT

Linux firewalld

sudo firewall-cmd --add-port=9205/udp

Windows

netsh advfirewall firewall add rule name="Citrix Events" dir=in action=allow protocol=UDP localport=9205