analytics uri-typeΒΆ

analytics uri-type(1)					BIG-IP TMSH Manual				     analytics uri-type(1)

NAME
       uri-type - Configure uri-type

MODULE
       analytics uri-type

SYNTAX
       Configure the uri-types components within the analytics module using the syntax shown in the following sections.

   CREATE/MODIFY
	create uri-type [name]
	modify uri-type [name]
	  properties:
	    file-extensions
	      [add | delete | replace-all-with] {
		name [string]
		  options:
		    name - file extension name
	      }

   DISPLAY
	list uri-type
	list uri-type [ [ [name] | [glob] | [regex] ] ...]
	 options:
	  all
	  all-properties
	  one-line

	 properties:
	  file-extensions

   DELETE
	delete uri-type [ [name] | all ]

DESCRIPTION
       Use the analytics uri-type command to create / list / modify uri-types.

       uri-type is a definitions for URIs that should be collected and reported under predefined  name	value.

       Each uri-type has a name value and a file-extensions list associated with it.

       Once uri-type(s) created it will be associated with all AVR profiles (see below), any URI that has a match, will be
       reported as uri-type name value under view-by url analytics report. For example:   create /analytics uri-type Images file-
       extensions add { png jpg gif ico }   /images/logo.png is a URI match png and will be reported as "Image" file extension.
       /favicon.ico is a URI match icoand will be reported as "Image" file extension.	 /images/pic.jpg is a URI match jpg and
       will be reported as "Image" file extension.

       Limitations may apply on total number of uri-types object and total number of file extensions associated with them, cross
       the whole system.

       uri-type can only be defined under partition /Common.

       Notes:

       uri-type name is unique - there can't be two uri-types with the same name value.

       uri-type file-extensions list is unique - any file extension can be defined only once. Means, it is not possible to share
       same file extensions across multiple uri-type configuration objects.

       uri-type is a global analytics configuration. All AVR profiles will be affected by every configured uri-type object.

       name The identifier of the uri-type and the actual URL replace value. This value will be seen in analytics reports instead
	    of the original URI. Eg: In create uri-type Image file-extensions add { jpg png gif} example, the name is Image and
	    file-extensions are: jpg, png, gif.

       file-extensions
	    List of at least one or more file extensions (aka file types / file suffixes) that belongs to this uri-type. The value
	    is provided in lower case characters but it represents case insensitive match. Eg: 'jpg' will match all of the
	    following file extensions: JPG, jPg, jpG, JPg etc...

EXAMPLES
       Display all current uri-types:

	      list uri-types

       Create new uri-type to associate and report certain images files as "Image" URL:

	      create uri-type Images file-extensions add { jpg png gif ico icon jjpg }

       Modify uri-type, associate more file extensions with it:

	      modify uri-type Images file-extensions add { jpeg }

       Modify uri-type, remove and disassociate file extension:

	      modify uri-type Images file-extensions delete { jjpg }

       Delete uri-type:

	      delete uri-type Images

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

BIG-IP							    2018-06-27					     analytics uri-type(1)