Forwarding Appliance Logs to an External Syslog Server

The syslogs from various Pulse Connect Secure and Pulse Policy Secure appliances are forwarded to a Pulse One appliance that is set up as a Syslog server.

Follow the steps to set up another Syslog server as a Syslog target for Pulse One to forward these logs to.

1.Add a syslog target by performing the following command:

p1 log-aggregator targets add --port <port> <target server FQDN/IP>

For example (with xx.xx.xx.xx representing the required IP):

p1 log-aggregator targets add --port 333 xx.xx.xx.xx

xx.xx.xx.xx:333:

host: xx.xx.xx.xx

port: 333

tls: true

2.Restart the services by performing the following command:

services restart

3.To confirm if the syslog target server is added, type the following command.

p1 log-aggregator targets list

Example output for this command (with xx.xx.xx.xx representing the required IP) is shown below:

xx.xx.xx.xx:333:

host: xx.xx.xx.xx

port: 333

tls: true

The syslogs will appear on the Syslog target within a few minutes.

See the Pulse One Command Reference Guide for full details of individual commands.