WSO2 Micro Integrator Dashboard - wso2

I have a recent installation of wso2 Micro Integrator but I can't find the link to download Micro Integrator Dashboard
Where I can find it?.
Tks

The monitoring dashboard can be downloaded from the below links.
https://wso2.com/integration/micro-integrator/
https://wso2.com/integration/
Click on the download button and you will be able to see the resources that are available.

Related

How to start the dashboard micro integrator wso2 ei 7.0

I try to start service micro integrator wso2 7.1.0
Enterprise Integration 7.1.0 Micro integrator
but, i cant open dashboard https://localhost:9743/dashboard/login
This site can’t be reached
what i missed ?
It is because, when you start Micro Integrator, the monitoring dashboard does not start automatically. It is separate from the Micro Integrator runtime. You need to start the dashboard in a different terminal and connect it to the runtime. https://ei.docs.wso2.com/en/latest/micro-integrator/administer-and-observe/working-with-monitoring-dashboard/#setting-up-the-dashboard

No MailTransportSender in WSO2 Micro Integrator?

I am working with Micro Integrator which is available inside latest Integration studio as run time. When I check the axis2.xml file to configure the MailTransportSender to send email notifications, I didn't see those properties.
I tried to copy those from ESB profile and tried to use in Micro Integrator. As soon as I start the server the properties are disappearing from axis2.xml file of Micro Integrator.
How do I resolve this?
It should work in Micro Integrator. But the way you add them is different. Micro Integrator comes with new deployment toml file, where you have to edit all the configurations, which will overwrite the config files on startup ( also axis2 ). Please refer the documentation https://ei.docs.wso2.com/en/latest/micro-integrator/setup/transport_configurations/configuring-transports/#configuring-the-mailto-transport for more details.
Thanks !
Nirothipan

WSO2 AM2.0.0 monetization - Error wso2carbon.log:No schema is available for table ORG_WSO2_APIMGT_STATISTICS_REQUEST

I have followed the article by #Ruks : [Article] Enabling Monetization of APIs with WSO2 API Manager and configured my WSO2 API Manager 2.0.0 and WSO2 API Manager Analytics 2.0.0 with monetization. Billing engine is working fine. There are two issues:
Issue 1. When user is redirected from API Manger to billing engine for payment information, after successful signUp or login it does not redirect back to API manger.
Issue 2. On Analytics logs i am getting following error continuously
No schema is available for table ORG_WSO2_APIMGT_STATISTICS_REQUEST\r\n","stream":"stdout","time":"2017-01-12T18:52:01.569122694Z"}
Please advise. what is wrong. Thanks.
The repo to the sample billing engine provided in the article may not compatible with APIM 2.0.0. Please refer follwing repo and checkout am-2.0 tag which is compatible with APIM 2.0.0.
Also note that in the hosted version of API Manager - WSO2 API Cloud - monetization just works out of the box because the engine has been pre-integrated with Stripe. You just enable the monetization feature in the Configure menu, set pricing for your tiers, and configure the Stripe account to send you the money. See the tutorial here: https://docs.wso2.com/display/APICloud/Enable+Monetization

How to manage billing with WSO 2 AM (2.0.0)

I would like to combine WSO2 AM and DAS with billing function.
I tried to set it by referring to the following site, but the article did not correspond to WSO2 APIM(2.0.0).
http://wso2.com/library/articles/2016/07/article-enabling-monetization-of-apis-with-wso2-api-manager/
http://www.rukspot.com/Publishing_APIM_1100_Runtime_Statistics_to_DAS.html
I want to publish WSO 2 APIM(2.0.0) runtime statistics to DAS.
But,WSO2 AM(2.0.0) does not have admin-dashboard like WSO2 AM(1.10.X).
・Should I lower the WSO2 AM version?
・Is there a procedure / article based on WSO 2 AM (2.0.0)?
・Do you have my point should be noted?
Thanks a lot.
From 2.0.0 onwards, it's called admin portal, and the URL is https://localhost:9443/admin. However, analytics configurations are removed from Admin Portal UI. So you have to use api-manager.xml file to configure analytics.
Refer this doc to configure analytics in 2.0.0.
Also, note that online service based on API Manager - WSO2 API Cloud - has API monetization and billing integration available out-of-box - just configure your billing plans and bank account and start collecting money: https://docs.wso2.com/display/APICloud/Enable+Monetization
There´s a guide on the same blog that you linked
http://www.rukspot.com/configure_wso2_das_for_apim_analytics.html
This is for configuring DAS. If you only care about analytics data for apim I would recommend the new wso2am-analytics instead of the DAS. It's made specially for the apim and much easier to configure. See the guide that Bhatiya provided on how to configure wso2am-analytics.
The article is for APIM 1.10.0 and DAS 3.0.x. If you want to try this with APIM 2.0.0 you need to used the sample billing engine in this repo. checkout the tag am-2.0 and check.

WSO2 ESB BAM integration

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.