I'm using 2 instances of WSO2 API Manager 1.8. Each instance is deployed on an Ubuntu instance and fronted with a HAProxy load balancer. I have configured to run API Manager with MySQL. For the reporting purpose I have integrated WSO2 BAM 2.5 on a diffrent instance. IPs are as follows.
HAProxy -> 192.168.11.1
API Manager 1 -> 192.168.11.2
API Manager 2 -> 192.168.11.3
MySQL -> 192.168.11.4
BAM -> 192.168.11.5
On API Manager 1 reports are shown correctly but not in the API Manager 2. I have followed the same configuration on both API Manager 1 and API Manager 2 instances. No errors are shown in the API Manager log or BAM log as well.
How can I fix this so that reports appear on both instances of API Manager?
Note that I have generated enough traffic to reports to be generated.