EI-Analytics Dashboard is used to publish information relating to the message mediation in WSO2 EI. The statistics are published in the analytics dashboard in an overview as well as for individual artifacts that are deployed within WSO2 EI.
...
Tip | |||||||
---|---|---|---|---|---|---|---|
Before you begin,
|
...
Set the following properties in the
<EI-HOME>/conf/synapse.properties
file totrue
so that the ESB Integration profile can publish mediation statistics:Code Block ... mediation.flow.statistics.enable=true mediation.flow.statistics.tracer.collect.payloads=true mediation.flow.statistics.tracer.collect.properties=true ... mediation.flow.statistics.collect.all=true
- Start the Analytics runtime by going to
<EI_HOME>/wso2/analytics/bin
and using the command line terminal and executing one of the following commands:- On Linux/Mac OS:
sh wso2server.sh
On Windows:
wso2server.bat --run
- On Linux/Mac OS:
Start the Integration runtime from within ESB Tooling as described in here OR by navigating to
<EI_HOME>/bin
and using the command line terminal and executing one of the following commands:On Linux/Mac OS:
sh integrator.sh
On Windows:
integrator.bat --run
Note Ensure you have successfully started the Analytics server prior to starting the Integration server.
...