ilx global-settingsΒΆ

ilx global-settings(1)					BIG-IP TMSH Manual				    ilx global-settings(1)

NAME
       global-settings - system-wide settings for iRules Language Extension (ILX) Plugin.

MODULE
       ilx

SYNTAX
       The global-settings can be displayed/modified with the following syntax:

   MODIFY
	modify global-settings [name]
	 options:
	  debug-port-blacklist add/delete/replace-all-with { [port] }
	  log-publisher [name]

   DISPLAY
	list global-settings [name]
	 options:
	  debug-port-blacklist

DESCRIPTION
       An iRules Language Extension (ILX) plugin global-settings profile a way to store system-wide settings.

EXAMPLES
       list ilx global-settings
	    See the current settings

       modify global-settings debug-port-blacklist add { 20001 }
	    Add port 20001 to the list of reserved ports that cannot be used to attach node inspector.

OPTIONS
       debug-port-blacklist
	    Specifies the list of reserved ports that cannot be used to attach node inspector in case debugging is enabled.

       log-publisher Specifies the log destination for messages generated by the ILXLogger nodejs object in an extension without a
       plugin or extension level log publisher.

SEE ALSO
       ilx plugin, modify, list

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-2016. All rights reserved.

BIG-IP							    2017-03-10					    ilx global-settings(1)