Configure the MobileFirst Server for the MPF Operational Analytics
We must configure the MobileFirst Server for the MPF Operational Analytics.
The following steps describe how to configure the MobileFirst Server for the MPF Operational Analytics.
In worklight.properties, set the wl.analytics.url property to point to the deployed WAR file.
wl.analytics.url=http://host:<port>/<context-root>/data
For example, if the Liberty server is at host.ibm.com on port 8080 and the context root is analytics, then the wl.analytics.url property is as follows:
wl.analytics.url=http://host.ibm.com:8080/analytics/data
Results
The MobileFirst Server now forwards data to the MPF Operational Analytics.All properties in worklight.properties can also be set using JNDI. For more information about JNDI settings, see Application server-side configuration parameters.
Parent topic: Install operational analytics