Log::DestinationRemoteSyslog¶
Introduced : BIG-IP_v11.3.0
The DestinationRemoteSyslog interface enables you to create and modify
remote syslog destinations which are forwarding destinations. This
destination will take unformatted logs and convert them to various
syslog formats to other forwarding destinations except other remote
syslog destinations.
Methods¶
Method | Description | Introduced |
create | Note: This method is now deprecated; please use create_v2 instead. Creates a remote syslog destination. | BIG-IP_v11.3.0 |
create_v2 | Creates a remote syslog destination. | BIG-IP_v12.0.0 |
delete_all_remote_syslog_destinations | Deletes all remote syslog destinations. | BIG-IP_v11.3.0 |
delete_remote_syslog_destination | Deletes the specified remote syslog destinations. | BIG-IP_v11.3.0 |
get_default_facility | Gets the default facility for the specified remote syslog destinations. | BIG-IP_v11.3.0 |
get_default_severity | Gets the default severity for the specified remote syslog destinations. | BIG-IP_v11.3.0 |
get_description | Gets the descriptions for the specified remote syslog destinations. | BIG-IP_v11.3.0 |
get_format | Gets the formats for the specified remote syslog destinations. | BIG-IP_v11.3.0 |
get_forwarding_destination | Gets the forwarding log destination for the specifed remote syslog destinations. | BIG-IP_v12.0.0 |
get_list | Gets the list of remote syslog destinations. | BIG-IP_v11.3.0 |
get_remote_high_speed_log_destination | This method is now deprecated; please use get_forwarding_destination instead. Gets the remote high-speed log destinations for the specified remote syslog destinations. | BIG-IP_v11.3.0 |
get_version | Gets the version information for this interface. | BIG-IP_v11.3.0 |
set_default_facility | Sets the default facility for the specified remote syslog destinations. Syslog messages that come in without a facility specified are given the default facility. See Log::SyslogFacility for more details. | BIG-IP_v11.3.0 |
set_default_severity | Sets the default severity for messages sent to the specified remote syslog destinations. The default severity is the severity given to syslog messages without a severity given. | BIG-IP_v11.3.0 |
set_description | Sets the description for the specified remote syslog destinations. This is an arbitrary field which can be used for any purpose. | BIG-IP_v11.3.0 |
set_format | Sets the syslog format for the specified remote syslog destinations. The format is the format of the syslog messages sent to the remote syslog server. See SyslogFormat for more details. | BIG-IP_v11.3.0 |
set_forwarding_destination | Sets the forwarding log destination for the specifed remote syslog destinations. Attempting to forward to another remote syslog destination will result in an error. | BIG-IP_v12.0.0 |
set_remote_high_speed_log_destination | This method is now deprecated; please use set_forwarding_destination instead. Sets the log destination that will be used to forward Syslog formatted messages for the specified Remote Syslog destinations. | BIG-IP_v11.3.0 |
See Also¶
iControl ::
Warning
The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.
Sample Code¶
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.