ltm profile request-logΒΆ

ltm profile request-log(1)			  BIG-IP TMSH Manual			   ltm profile request-log(1)

NAME
       request-log - Configures a Request-Logging profile.

MODULE
       ltm profile

SYNTAX
       Configure the request-log component within the ltm profile module using the syntax shown in the following
       sections.

   CREATE/MODIFY
	create request-log [name]
	modify request-log [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [[name] | none]
	    description [string]
	    log-request-logging-errors [disabled | enabled]
	    log-response-by-default [disabled | enabled]
	    log-response-logging-error [disabled | enabled]
	    proxy-close-on-error [disabled | enabled]
	    proxy-respond-on-logging-error [disabled | enabled]
	    proxy-response [string]
	    request-log-error-pool [ [pool_name] | none]
	    request-log-error-protocol [ TCP | UDP | none]
	    request-log-error-template [string]
	    request-log-pool [ [pool_name] | none]
	    request-log-protocol [ TCP | UDP | none]
	    request-log-template [string]
	    request-logging [disabled | enabled]
	    response-log-error-pool [ [pool_name] | none]
	    response-log-error-protocol [ TCP | UDP | none]
	    response-log-error-template [string]
	    response-log-pool [ [pool_name] | none]
	    response-log-protocol [ TCP | UDP | none]
	    response-log-template [string]
	    response-logging [disabled | enabled]

	edit request-log [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

	mv request-log [ [[source-name] [destination-name]] | [[name] to-folder [folder-name]] | [[name...name] to-folder [folder-name]] ]
	  options:
	    to-folder

   DISPLAY
	list request-log
	list request-log [ [ [name] | [glob] | [regex] ] ... ]
	show running-config request-log
	show running-config request-log
	  [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

	show request-log
	show request-log [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)
	    field-fmt
	    global

   DELETE
	delete request-log [name]

DESCRIPTION
       You can use the request-log component to manage request-log network traffic.

EXAMPLES
       create request-log my_reqlog_profile defaults-from request-log

       Creates a custom request-log profile named my_reqlog_profile that inherits its settings from the system
       default request-log profile.

       list request-log all-properties

       Displays all properties for all request-log profiles.

       mv request-log /Common/my_requestlog_profile to-folder /Common/my_folder

       Moves a custom request-log profile named my_requestlog_profile to a folder named my_folder, where my_folder
       has already been created and exists within /Common.

OPTIONS
       app-service
	    Specifies the name of the application service to which the profile 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 profile. Only the application service can modify or delete the profile.

       defaults-from
	    Specifies the default values from this profile.

       description
	    User defined description.

       log-request-logging-errors
	    Enables secondary logging should the primary lack sufficient available bandwidth. This mechanism is best
	    used to send an alert to a completely separate destination.

       log-response-by-default
	    Indicates if response logging may be overridden via iRule. This field determines the default response
	    action.

       log-response-logging-errors
	    Enables secondary logging should the primary lack sufficient available bandwidth. This mechanism is best
	    used to send an alert to a completely separate destination.

       partition
	    Displays the administrative partition within which the profile resides.

       proxy-close-on-error
	    Specifies, if enabled, that the logging profile will close the connection after sending its proxy-
	    response.

       proxy-respond-on-logging-error
	    Specifies that the logging profile respond directly (for example, with an HTTP 502) if the logging fails.

       proxy-response
	    Specifies the response to send on logging errors.

       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.

       request-log-error-pool
	    Specifies the name of the pool from which to select log servers.

       request-log-error-protocol
	    Specifies the HighSpeedLogging protocol to use when logging.

       request-log-error-template
	    Specifies the template to use when generating log messages. Shell style escapes (for example, $foo and/or
	    ${foo}) are used to import transaction-specific values.

       request-log-pool
	    Specifies the name of the pool from which to select log servers.

       request-log-protocol
	    Specifies the HighSpeedLogging protocol to use when logging.

       request-log-template
	    Specifies the template to use when generating log messages. Shell style escapes (for example, $foo and/or
	    ${foo}) are used to import transaction-specific values.

       request-logging
	    Enables or disables logging before the response is returned to the client.

       response-log-error-pool
	    Specifies the name of the pool from which to select log servers.

       response-log-error-protocol
	    Specifies the HighSpeedLogging protocol to use when logging.

       response-log-error-template
	    Specifies the template to use when generating log messages. Shell style escapes (for example, $foo and/or
	    ${foo}) are used to import transaction-specific values.

       response-log-pool
	    Specifies the name of the pool from which to select log servers.

       response-log-protocol
	    Specifies the HighSpeedLogging protocol to use when logging.

       response-log-template
	    Specifies the template to use when generating log messages. Shell style escapes (for example, $foo and/or
	    ${foo}) are used to import transaction-specific values.

       response-logging
	    Enables or disables logging before the response is returned to the client.

       to-folder
	    request-log profiles can be moved to any folder under /Common, but configuration dependencies may
	    restrict moving the profile out of /Common.

SEE ALSO
       create, delete, edit, glob, ltm profile, ltm virtual, modify, mv, show, 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-2013, 2015-2016. All rights reserved.

BIG-IP						      2016-03-14			   ltm profile request-log(1)