Dashboard profile of WSO2 Enterprise Integrator Analytics
10K+
WSO2 product Docker images available at DockerHub package General Availability (GA) versions of WSO2 products with no WSO2 Updates.
For a production grade deployment of the desired WSO2 product-version, it is highly recommended to use the relevant Docker image which packages WSO2 Updates, available at WSO2 Private Docker Registry.
Dockerfile links6.5.0 (Dockerfile)6.5.0-alpine (Dockerfile)6.5.0-centos (Dockerfile)6.4.0, latest (Dockerfile)6.4.0-alpine (Dockerfile)6.4.0-centos (Dockerfile)Where to get help:
Docker Community Forums, Docker Community Slack, Stack Overflow or mail to WSO2 Developer mailing list
Where to file issues:
Product specific issues at WSO2 Enterprise Integrator product repository and Docker resource usage issues at product Docker resource repository
Maintained by:
WSO2 Inc.
Supported Docker versions:
Docker v17.09.0 or above
The Analytics profile of WSO2 Enterprise Integrator 6.4.0 is an instance of the WSO2 Stream Processor runtime. This Analytics profile is, by default, configured to monitor statistics related to the message mediation that is carried out by the ESB profile of WSO2 Enterprise Integrator. The Analytics profile consists of two components: Worker and Dashboard. The dashboard reads the statistics published by the worker and displays the statistics on the dashboard.
The following command starts a Linux Ubuntu-based Analytics Dashboard profile Docker image.
$ docker run -it -p 9643:9643 --name dashboard wso2/wso2ei-analytics-dashboard:6.4.0
Here, only port 9643 has been mapped to the corresponding Docker host (host machine on top of which containers are spawned) port. You may map other container service ports to Docker host ports as desired.
To access the dashboard portal, use the docker host IP and port 9643 as follows:
https://{DOCKER_HOST}:9643/portal
Assuming you have started a Docker container instance of Analytics Dashboard profile as instructed in the previous section
Start an Analytics Dashboard profile instance,
$ docker logs dashboard
$ docker exec -it dashboard bash
To start a Docker container instance of the Analytics Dashboard profile in debug mode (assuming 5005 to be the remote debugging port), use the following command:
$ docker run -it -p 9643:9643 -p 5005:5005 --name another-dashboard wso2/wso2ei-analytics-dashboard:6.4.0 -debug 5005
Configurations would lie on the Docker host machine and they can be volume mounted to the container. As an example,
the steps required to change the HTTPS Netty Transport port using deployment.yaml is as follows:
In the Analytics Dashboard profile product distribution, deployment.yaml configuration file can be found at {DISTRIBUTION_HOME}/wso2/analytics/conf/dashboard.
Copy the file to a suitable location of the host machine, referred to as {SOURCE_CONFIGS}/deployment.yaml and change the port value to 9645.
other users for {SOURCE_CONFIGS}/deployment.yaml.$ chmod o+r {SOURCE_CONFIGS}/deployment.yaml
$ docker run -p 9645:9645 --volume {SOURCE_CONFIGS}/deployment.yaml:{TARGET_CONFIGS}/deployment.yaml wso2/wso2ei-analytics-dashboard:6.4.0
Here, {TARGET_CONFIGS} refers to /home/wso2carbon/wso2ei-6.4.0/wso2/analytics/conf/dashboard folder of the container.
Multiple product profile Docker images based on different base operating systems are available.
wso2ei-analytics-dashboard:{version}Ubuntu 18.04 LTS based Docker image with AdoptOpenJDK 8 pre-installed has been used as the base Docker image.
Analytics Dashboard profile of WSO2 Enterprise Integrator has been installed on top of this Docker image.
wso2ei-analytics-dashboard:{version}-alpineAlpine based Docker image with AdoptOpenJDK 8 pre-installed has been used as the base Docker image.
Analytics Dashboard profile of WSO2 Enterprise Integrator has been installed on top of this Docker image.
wso2ei-analytics-dashboard:{version}-centosCentOS 7 based Docker image has been used. AdoptOpenJDK 8 and Analytics Dashboard profile of WSO2 Enterprise Integrator have been installed on top of this Docker image.
View license information for the software contained in this image.
As with all Docker images, these are likely to contain other software which may be under other licenses (such as Bash, etc. from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
Content type
Image
Digest
Size
716.7 MB
Last updated
almost 7 years ago
docker pull wso2/wso2ei-analytics-dashboard