EI-Analytics Dashboard is used to publish information relating to the message mediation in WSO2 ESB. 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, - Install Oracle Java SE Development Kit (JDK) version 1.8.* and set the JAVA_HOME environment variable.
- Download the WSO2 EI ZIP file from here, and then extract the ZIP file.
The path to this folder will be referred to as <EI_HOME> through out this tutorial. - Select and download the relevant EI tooling ZIP file based on your operating system from from here and and then extract the ZIP file.
The path to this folder will be referred to as <EI_TOOLING> through out this tutorial. Open the ESB Tooling environment and click File -> Import. Then, select Existing WSO2 Projects into workspace under the WSO2 category, click Next and upload the extracted pre-packaged C-App project. This C-App contains the configurations of the service chaining tutorial. On the Servers tab, right-click the WSO2 ESB server, select Add and Remove and choose SampleServicesCompositeApplication, and click Finish. - If you are running on Windows, download the
snappy-java_1.1.1.7.jar from here and copy the JAR file to <EI_HOME>\wso2\analytics\lib directory.
|
Let's get started!
...