pem global-settings analyticsΒΆ

pem global-settings analytics(BIG-IP TMSH Manupem global-settings analytics(1)



NAME
       Analytics - Configures the global settings that pertain to Analytics
       reporting for Policy Enforcement Manager (PEM).

MODULE
       pem global-settings

SYNTAX
       Modify the analytics component within the pem global-settings module
       using the syntax shown in the following sections.

   MODIFY
	modify analytics {
	  options:
	    mode [disabled | enabled]
	    subscriber-aware [disabled | enabled]
	    logging {
	       hsl {
		   endpoint-id [log-publisher]
	       }
	    }
	}

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

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

DESCRIPTION
       You can use the analytics component to configure global settings for
       analytics reporting.

EXAMPLES
       modify analytics mode disabled subscriber-aware disabled logging hsl
       endpoint-id hsl_endpoint

       Enables the analytics reporting for PEM and configures logging endpoint
       as hsl_endpoint.

       list analytics

       Displays the configuration for analytics settings.

OPTIONS
       mode Specifies the mode for analytics reporting. It can take enable or
	    disable as value.

       subscriber-aware
	    Specifies the subscriber awareness for analytics reporting. It can
	    take enable or disable as value.

       logging
	    You can configure the following option for logging.

	    hsl  You can configure the following options for hsl endpoint.

		 endpoint-id
		      Specifies the endpoint name.

SEE ALSO
       create, delete, edit, glob, list, modify, pem listener, pem policy, pem
       profile diameter-endpoint, pem profile spm, pem reporting format-
       script, pem service-chain-endpoint, pem subscriber, pem subscribers,
       regex, show, 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 2012-2014. All rights reserved.



BIG-IP				  2014-09-05  pem global-settings analytics(1)