sys log-config publisherΒΆ

sys log-config publisher(1)				BIG-IP TMSH Manual			       sys log-config publisher(1)

NAME
       publisher - Configures lists of destinations for the common logging interface.

MODULE
       sys log-config

SYNTAX
       Configure the publisher component within the sys log-config module using the syntax shown in the following sections.

   CREATE/MODIFY
	create publisher [name]
	modify publisher [name]
	 options:
	  all
	  app-service [[string] | none]
	  description [string]
	  destinations [add | delete | none | replace-all-with] {
	     [ [destinations] ]
	  }

   DISPLAY
	list publisher
	list publisher [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line

   DELETE
	delete publisher [name]

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

DESCRIPTION
       You can use the publisher component to configure publishers for the common logging interface.

EXAMPLES
       create publisher my_pub destinations add {
	   destination_1
	   destination_2
	   }

       Creates a publisher named my_pub with two destinations, destination_1 and destination_2.

       delete publisher my_pub

       Deletes the publisher named my_pub.

       list publisher my_pub

       Displays properties of the publisher named my_pub.

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 publisher 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
	    publisher. Only the application service can modify or delete the publisher.

       description
	    User defined description.

       destinations
	    Adds, deletes, or replaces a set of destinations.

       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.

       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							    2013-04-10				       sys log-config publisher(1)