Log::DestinationRemoteHighSpeedLog¶
Introduced : BIG-IP_v11.3.0
The DestinationRemoteHighSpeedLog interface enables you to create and
modify a remote high-speed log (HSL) destination. A high-speed log
destination requires you set up a pool of remote log servers via the
LocalLB::Pool interface and assign it to the Remote HSL destination
pool. A remote high-speed log is an unformatted log message which gets
sent to a pool of remote log servers. If a particular format is needed
use the Remote Syslog, ArcSight, or Splunk destinations and set a
remote high-speed log destination as its forwarding destination.
Methods¶
Method | Description | Introduced |
create | Note: This method has been deprecated. Please use create_v2 instead. Creates a remote high-speed log destination. | BIG-IP_v11.3.0 |
create_v2 | Creates a remote high-speed log destination. | BIG-IP_v12.0.0 |
delete_all_remote_high_speed_log_destinations | Deletes all remote high-speed log destinations. | BIG-IP_v11.3.0 |
delete_remote_high_speed_log_destination | Deletes the specified remote high-speed log destinations. | BIG-IP_v11.3.0 |
get_description | Gets the description for the specified remote high-speed log destinations. | BIG-IP_v11.3.0 |
get_list | Gets the list of remote high-speed log destinations. | BIG-IP_v11.3.0 |
get_log_distribution | Gets the log distribution methods to control how log messages are sent to the attached pools. | BIG-IP_v12.0.0 |
get_log_protocol | Note: This method has been deprecated. Please use get_log_protocol_v2 instead. Gets the log protocol used to send log messages to the pool for the specified remote high-speed log destinations. | BIG-IP_v11.3.0 |
get_log_protocol_v2 | Gets the log protocol used to send log messages to the pool for the specified remote high-speed log destinations. | BIG-IP_v12.0.0 |
get_pool | Gets the pools attached to the specified remote high-speed log destinations. | BIG-IP_v11.3.0 |
get_version | Gets the version information for this interface. | BIG-IP_v11.3.0 |
set_description | Sets the description for the specified high-speed log destinations. This is an arbitrary field which can be used for any purpose. | BIG-IP_v11.3.0 |
set_log_distribution | Sets the log distribution to control how log messages are sent to the attached pool. See HighSpeedLogDistribution for more details. | BIG-IP_v12.0.0 |
set_log_protocol | Note: This method has been deprecated. Please use set_log_protocol_v2 instead. Sets the log protocol used to send log messages to the attached ltm pool. | BIG-IP_v11.3.0 |
set_log_protocol_v2 | Sets the log protocol used to send log messages to the attached ltm pool. | BIG-IP_v12.0.0 |
set_pool | Sets the specific pools assigned to the remote high-speed log destinations. | BIG-IP_v11.3.0 |
Enumerations¶
Enumeration | Description |
HighSpeedLogDistribution | The distribution used when sending messages to the specified pool. |
HighSpeedLogProtocol | The protocol used to send messages to the specified pool. |
Aliases¶
Alias | Type | Description |
HighSpeedLogDistributionSequence | HighSpeedLogDistribution [] | A sequence of HighSpeedLogDistributions. |
HighSpeedLogProtocolSequence | HighSpeedLogProtocol [] | A sequence of HighSpeedLogProtocols. |
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.