From this blog-post,I'm going to dig into the implementation of monitoring support provide by WSO2 API Manager with WSO2 BAM integration.First you need to know how to configure WSO2 AM with BAM to start with.You can find about the related configuration details from our product documentation . However,before continue with this post,I think its better if I explain one step of above configuration.It's the AM Stats toolbox[API_Manager_Analytics.tbox] deployment in BAM server.This toolbox can be found from {AM_Home}/Statistics folder.A toolbox can be defined as an installable archive in BAM[1].This AM Stats toolbox contains below artifacts. Stream Definitions -These are the descriptions of streams of data to be sent to WSO2 BAM in order to perform analytics. Analytics- Analytics include the hive scripts to be deployed in WSO2 BAM. Below diagram shows the main flow of the integration between WSO2 API Manager and WSO2 BAM.I will go through each step by step. ...