WebCenter Analytics Task Flows

Managing the Analytics Service 13-7

13.4.1 Setting Analytics Collector Properties Using WLST

Use the WLST command setAnalyticsCollectorConfig to set event collection properties for the Analytics Collector. For command syntax and examples, see the section, setAnalyticsCollectorConfig in the Oracle Fusion Middleware WebLogic Scripting Tool Command Reference. For information on how to run WLST commands, see Section 1.13.3.1, Running Oracle WebLogic Scripting Tool WLST Commands.

13.4.2 Setting Analytics Collector Properties Using Fusion Middleware Control

Use the Systems MBeans Browser in Fusion Middleware Control to set event collection properties for the Analytics Collector: To configure the Analytics Collector deployed on the WC_Utilities managed server: 1. Log in to Fusion Middleware Control and navigate to the home page for WebCenter Spaces or WebCenter Portal application. For more information, see: ■ Section 6.2, Navigating to the Home Page for WebCenter Spaces ■ Section 6.3, Navigating to the Home Page for WebCenter Portal Applications 2. Open the System MBean Browser: ■ For WebCenter Spaces - From the WebCenter menu, choose System MBean Browser . ■ For WebCenter Portal applications - From the Application Deployment menu, choose System MBean Browser. 3. Navigate to: Application Defined MBeans oracle.webcenter.analytics Server: WC_Utilities Application: analytics-collector CollectorConfiguration Configuration Alternatively, search for CollectorConfiguration or filter the System MBean Browser tree using the MBean pattern: oracle.webcenter.analytics: Note: To start using the property values you must restart the managed server on which the Analytics Collector application is deployed WC_Utilities. For more information, see the section, Starting and Stopping WebLogic Managed Servers Using the Command Line in the Oracle Fusion Middleware Administrators Guide. 13-8 Oracle Fusion Middleware Administrators Guide for Oracle WebCenter Figure 13–3 System MBeans Browser - Analytics Collector Properties

4. Modify configuration properties for the Analytics Collector. For details, see

Table 13–3 . Table 13–3 Analytics Collector - Configuration Properties Field Description BroadcastType Specify the network channel on which the Analytics Collector broadcasts a heartbeat to advertise its location to event producers. Valid values are Broadcast and Multicast: Broadcast - use the standard network broadcast channel. Multicast - use a special fixed multicast address. CollectorHostName Enter the name of the host on which the Analytics Collector is running. The default setting is localhost. CollectorDefaultPort Enter the default port number on which the Analytics Collector listens. The default value is 31314. CollectorMaximumPort Enter the highest port number that an Analytics Collector can use when allocating a listener. This property is mostly used in a clustered environment where multiple collectors run in the same box. Each collector listens for incoming UDP messages on a free port within a given port range. The range is from the default port number to the maxPort number. ClusterEnabled Specify whether the Analytics Collector is deployed in a cluster. Valid values are true and false. If set to true, clusterName must also be defined. ClusterName Enter the name of the Analytics Collector cluster. This property is only required when clusterEnabled=1.