WSO2 ESB BAM integration - wso2

I have installed the BAM 2.0.0, ESB 4.5.0 and AS 5.0.0 on my environment. I would like to watch service statistics. So i have installed the BAM agent on AS and ESB. However i could only see the AS service statistics on BAM. How could i see the service statistics of ESB on BAM.
Thanks,
PS : These are the steps i have followed for the configuration.First i have installed the BAM agent on AS and ESB ( http://docs.wso2.org/wiki/display/BAM200/Setting+up+Service+Statistics+Data+Agent) then i have configured the the toolbox on BAM (http://docs.wso2.org/wiki/display/BAM200/Service+Statistics+Toolbox). I am able to see the AS service statistics on BAM however i could not see the ESB statistics.

BAM 2.0.0 doesn't have dashboard for showing proxy/sequence/endpoint statistics. This dashboard comes with next release. But data will publish to BAM side from Mediation data agent. So If you are familiar with Hive and UI works, you can implement your own dashboard too.

Related

Can use WSO2 4.1 APIM and WSO2 Analytics together

We are using WSO2 APIM 4.1 version and we are looking to configure APIM Analytics, can we use old WSO2 APIM Analytics together with 4.1 version without Choreo which is not available as free.
AFAIK you can't use the old APIM Analytics with the latest APIM version, but instead of Choreo you can use ELK Stack to push your analytics data. Have a look at this. At the same time, you can also write your own event publisher to publish Analytics to any external system.

Unable to download WSO2 Business Process Server

When I Try to download WSO2 Process Server, It redirects me to API Manager.
The link is http://wso2.com/products/business-process-server
Is the WSO2 Process Server deprecated?
WSO2 Business Process Server(BPS) is now deprecated and discontinued. But you can still use it. WSO2 BPS was merged to WSO2 Enterprise Integrator a couple of years back as a different runtime. So if you want to use BPS capabilities you can download WSO2 EI from here and start the Business Process Profile. You can read more about the BPS Profile here.
Yes, the product is not available now.
You can migrate to EI 6.6.0 if you are using WSO2 BPS 3.6.0 - https://docs.wso2.com/display/EI660/Upgrading+from+WSO2+Business+Process+Server
In the latest EI/MI versions do not come with the BPS solution.
It's best to migrate to Micro-integrator 4.1.0 and use the latest capabilities of the enterprise integration. Micro-integrator is the latest version of the WSO2 ESB platform. However, it does not support BPS capabilities as moving forward, WSO2 will continue to provide only the interprise integration capabilities through the platform and for some of the features such as Message Broker and BPS have been deprecated. For use cases on Message Broker and BPS, you need to integrate with 3rd party products such as Camunda (for BPS) and RabbitMQ (for Message Broker).

Disable analzer in WSO2 API Manager

So quick question regarding WSO2 API manager and BAM from what I can tell Bam saves the basic requests to the API manager to the DB and the Publisher then reads from the DB when displaying the stats. At what point in the analyzer part of BAM in action ie Casandra and Hadoop. Or does that just get used if I write my own hive queries?
Thanks
When you integrate WSO2 BAM with API Manager for Analytics following happens.
API Manager publishers data using thrift for BAM.
There are hive scripts which is included in the toolbox. There are scheduled and when they are running summarized data will be inserted into the databases.

WSO2 APIM Setup

I followed the tutorial here:
https://docs.wso2.com/display/AM191/Publishing+API+Runtime+Statistics+Using+WSO2+DAS#PublishingAPIRuntimeStatisticsUsingWSO2DAS-ConfiguringWSO2APIManager
On configuring WSO2 API Manager, I cannot seem to configure Analytics when I am inside the Admin Portal. Is there some configuration first that needs to be done?
You are looking at APIM 1.9.1 documentation. But it looks like you are using latest APIM which is 2.0.0. In 2.0.0 you can configure analytics in api-manager.xml only. See APIM 2.0.0 documentation.
One important thing about APIM 2.0.0 is, you don't need to configure DAS from scratch. Now DAS is pre-configured with required CApps and shipped as wso2am-analytics-2.0.0.zip. You can download it from APIM Product page itself.

WSO2 an Open Source Enterprise Service Bus (ESB)

I am new to this can u please guide me which is good site to start WSO2 ESB Open Source Enterprise Service Bus (ESB) proxy services
WSO2 Docs is the best place to get started.
You can refer WSO2 ESB 4.7.0, which is the latest WSO2 ESB release.
Please go through the samples.
You have few things to do before trying samples and then you can go through Proxy Service samples.
I hope this helps!