Analytics

Analytics properties files contain the parameters for how IBM MobileFirst™ Platform Foundation creates activity logs and sends them to a server for analysis.

You can modify how the MobileFirst Server forwards analytics data to the IBM MobileFirst Platform Operational Analytics by editing the following properties files.

Table 1. IBM MobileFirst Platform Operational Analytics properties.
Property Name Default Value Description
wl.analytics.console.url None. Optional. The URL that is exposed by the IBM MobileFirst Platform Operational Analytics that links to the MobileFirst Analytics Console. Set this property if you want to access the MobileFirst Analytics Console from the MobileFirst Operations Console. Example:
http://<hostname>:<port>/analytics/console
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 IBM MobileFirst Platform Operational Analytics.
wl.analytics.password None. Required. The password that is used if the data entry point for the IBM MobileFirst Platform Operational Analytics is protected with basic authentication.
wl.analytics.url None. Required. The URL that is exposed by the IBM MobileFirst Platform Operational Analytics that receives incoming analytics data. Example:
http://<hostname>:<port>/analytics-service/data
wl.analytics.username None. Required. The user name that is used if the data entry point for the IBM MobileFirst Platform Operational Analytics is protected with basic authentication.