sys log-config destination remote-high-speed-logΒΆ

sys log-config destination sysBlog-configedestination remote-high-speed-log(1)



NAME
       remote-high-speed-log - Sends received messages to a specified pool.

MODULE
       sys log-config destination

SYNTAX
       Configure the Remote High Speed Log component within the sys log-config
       destination module using the syntax shown in the following sections.

   CREATE/MODIFY
	create remote-high-speed-log [name]
	modify remote-high-speed-log [name]
	 options:
	  all
	  app-service [[string] | none]
	  description [string]
	  distribution [ adaptive | balanced | replicated ]
	  pool-name [ string ]
	  protocol [ tcp | udp ]

   DISPLAY
	list remote-high-speed-log
	list remote-high-speed-log [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line

   DELETE
	delete remote-high-speed-log [name]

       Note: You must remove all references to a destination before you can
       delete the destination. Default destinations may not be deleted.

DESCRIPTION
       You can use this destination component to create Remote High Speed Log
       forwarding destinations for the common logging interface.

EXAMPLES
       create remote-high-speed-log my_dest pool-name my_pool

       Creates a destination named my_dest which forwards to the pool my_pool.

       delete remote-high-speed-log my_dest

       Deletes the destination named my_dest. Destinations cannot be deleted
       when in use by a publisher or another destination.

       list remote-high-speed-log my_dest

       Displays properties of the destination named my_dest.

OPTIONS
       all  Specifies that you want to modify all of the existing components
	    of the specified type.

       app-service
	    Specifies the name of the application service to which the
	    destination belongs.  The default value is none. Note: If the
	    strict-updates option is enabled on the application service that
	    owns the object, you cannot modify or delete the destination. Only
	    the application service can modify or delete the destination.

       description
	    User defined description.

       distribution
	    Specifies the distribution method used by the Remote High Speed
	    Log destination to send messages to pool members. The default
	    method is adaptive: connections to pool members will be added as
	    required to provide enough logging bandwidth.  This can have the
	    undesirable effect of logs accumulating on only one pool member
	    when it provides sufficient logging bandwidth on its own. balanced
	    sends each successive log to a new pool member, balancing the logs
	    among them according to the pool's load balancing method.
	    replicated replicates each log to all pool members, for
	    redundancy.

       glob Displays the items that match the glob expression. See help glob
	    for a description of glob expression syntax.

       name Specifies a unique name for the component. This option is required
	    for the commands create, delete, and modify.

       pool-name
	    Specifies the ltm pool that receives messages from the Remote High
	    Speed Log destination. This option is required for the create
	    command.

       protocol
	    Specifies the protocol used to send messages to the specified
	    pool. The default value is tcp. The options are tcp and udp.

       regex
	    Displays the items that match the regular expression. The regular
	    expression must be preceded by an at sign (@[regular expression])
	    to indicate that the identifier is a regular expression. See help
	    regex for a description of regular expression syntax.

SEE ALSO
       create, delete, glob, list, modify, regex, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2008, 2012-2013. All rights
       reserved.



BIG-IP			   sys log-config-destination remote-high-speed-log(1)