Dockerfile linksWhere 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 API Manager Analytics 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
WSO2 API Manager integrates with the WSO2 Analytics platform to provide reports, statistics, and graphs on the APIs deployed in WSO2 API Manager. You can then configure alerts to monitor these APIs and detect unusual activity, manage locations via geolocation statistics and carry out detailed analysis of the logs. WSO2 API Manager has an enhanced distribution of Analytics to cater to API Manager specific scenarios which are used here to configure APIM Analytics.
The following command starts a Linux Ubuntu-based API Manager Analytics profile Docker image.
$ docker run -it -p 9444:9444 --name analytics wso2/wso2am-analytics:2.5.0
Here, only port 9444 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 management console, use the Docker host IP and port 9444 as follows:
https://{DOCKER_HOST}:9444/carbon
Assuming you have started a Docker container instance of Analytics profile as instructed in the previous section
Start an API Manager Analytics profile instance,
$ docker logs analytics
$ docker exec -it analytics bash
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 port offset using carbon.xml is as follows:
In the Analytics profile product distribution, carbon.xml configuration file can be found at {DISTRIBUTION_HOME}/conf.
Copy the file to a suitable location of the host machine, referred to as {SOURCE_CONFIGS}/carbon.xml and increase the offset value under ports by 1.
other users for {SOURCE_CONFIGS}/carbon.xml.$ chmod o+r {SOURCE_CONFIGS}/carbon.xml
$ docker run -p 9445:9445 --volume {SOURCE_CONFIGS}/carbon.xml:{TARGET_CONFIGS}/carbon.xml wso2/wso2am-analytics:2.5.0
Here, {TARGET_CONFIGS} refers to /home/wso2carbon/wso2am-analytics-2.5.0/repository/conf folder of the container.
wso2am-analytics:{version}Ubuntu 18.04 LTS based Docker image with Oracle JDK 8 installed. WSO2 API Manager Analytics has 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
743.6 MB
Last updated
about 8 years ago
docker pull wso2/wso2am-analytics:2.5.0