Description Syntax Example setDefaultAnalyticsCollectorConnection

10-12 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.3.3.3 Examples

The following example lists connection names and details for all the Analytics Collector connections that are currently configured for an application named webcenter. wls:weblogicserverConfiglistAnalyticsCollectorConnectionsappName=webcenter

10.3.4 setDefaultAnalyticsCollectorConnection

Module: Oracle WebCenter Use with WLST: Online

10.3.4.1 Description

Specifies the default Analytics Collector connection for a named WebCenter application. The default Analytics Collector connection is used to send events raised in WebCenter applications using OpenUsage APIs to an Analytics Collector for use by Analytics and Activity Graph services. While you can register multiple Analytics Collector connections for a WebCenter application, only one Analytics Collector connection is used - the default or active connection.

10.3.4.2 Syntax

setDefaultAnalyticsCollectorConnectionappName, name, [server, applicationVersion]

10.3.4.3 Example

The following example configures the connection MyAnalyticsCollector for events raised in an application named webcenter: server Optional. Name of the managed server where the WebCenter application is deployed. For example, WC_Spaces. Required when applications with the same name are deployed to different servers and also when you have a cluster. applicationVersion Optional. Version number of the deployed application. Required if more than one version of the WebCenter application is deployed. Argument Definition appName Name of the WebCenter application in which to perform this operation. name Name of an existing Analytics Collector connection. server Optional. Name of the managed server where the WebCenter application is deployed. For example, WC_Spaces. Required when applications with the same name are deployed to different servers and also when you have a cluster. applicationVersion Optional. Version number of the deployed application. Required if more than one version of the WebCenter application is deployed. Argument Definition Oracle WebCenter Custom WLST Commands 10-13 wls:weblogicserverConfig setDefaultAnalyticsCollectorConnection appName=webcenter, name=myAnalyticsCollector

10.3.5 listDefaultAnalyticsCollectorConnection