Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 7 TIBCO syslog : syslog Configuration Example

syslog Configuration Example
This CLI command sequence example configures the syslog facility destination named scott, adds the command and event facilities to this user configured syslog destination, and designates and configures two syslog message hosts for receipt of the forwarded syslog message file.
tibco> enable
tibco# configure
tibco (config)# create syslog scott
tibco (config-syslog)# facility command
tibco (config-syslog)# facility event
tibco (config-syslog)# host 192.168.1.12 transport tcp
tibco (config-syslog)# host 192.168.1.13 transport tcp
To remove the syslog destination named scott once configured, enter:
tibco (config)# no syslog scott

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved