+

Search Tips   |   Advanced Search

Analytics

Analytics properties files contain the parameters for how MPF creates activity logs and sends them to a server for analysis.

We can modify how the MobileFirst Server forwards analytics data to the MPF Operational Analytics by editing the following properties files.

Property Name Default Value Description
wl.analytics.url None. Required. The URL that is exposed by the MPF Operational Analytics that receives incoming analytics data. Example:

    http://host:<port>/<context-root>/data

wl.analytics.logs.forward true When the property is set to true, server logs that are recorded on the MobileFirst Server are captured and forwarded to the MPF Operational Analytics.
wl.analytics.username None. Required. The user name used if the data entry point for the MPF Operational Analytics is protected with basic authentication.
wl.analytics.password None. Required. The password used if the data entry point for the MPF Operational Analytics is protected with basic authentication.
wl.analytics.queues 20 Maximum number of concurrent queues used to buffer data before it is forwarded to the MPF Operational Analytics. See MobileFirst throughput-tuning.
wl.analytics.queue.size 10 Size of each queue used to buffer data before it is forwarded to the MPF Operational Analytics. See MobileFirst throughput-tuning.
wl.analytics.console.url None. Required. The URL that is exposed by the MPF Operational Analytics that links to the Analytics console. Example:

    http://host:<port>/<context-root>/console


Parent topic: Application server-side configuration parameters