To configure a syslog facility destination on a TIBCO Messaging Appliance P-7500 system for grouping together related messages from a facility to a log file for forwarding to a remote syslog message host, enter the create syslog
Global CONFIG command (or just
syslog if the syslog destination already exists):
<name> is the name of the user configured syslog destination. The syslog name can contain up to 31 alphanumeric characters, and must be unique among all created syslog destinations.
Entering the syslog
Global CONFIG command moves you to the Syslog CONFIG level within the CLI for configuring syslog facility and remote host parameters for user configured syslog destinations.
host <hostname-or-address> is either the name of the remote host, or the IP address with optional port number, specified in the dotted decimal notation form nnn.nnn.nnn.nnn[:nnn]. TCP port 514 is used as a default if the port number is not provided.
transport {tcp | udp} sets the transport mode used for forwading the syslog file to the remote host to either TCP or UDP, respectively. TCP is used as a default if this parameter is not provided.