0
votes

I am trying to configure the WSO2 APIM Analytics Ver 3.1 with WSO2 APIM 3.0 in distributed environment, But it is showing "No Dashboards available" in Analytics Dashboard and no error is there in logs.

I am not sure about the configuration i have done in deployment.toml. Please help me in configuring the Analytics with APIM.

Following is the configuration for auth.config in deployment.toml(dashboard):

auth.configs:
  type: 'apim'
  ssoEnabled: true
  properties:
    adminScope: apim_analytics:admin_carbon.super
    allScopes: apim_analytics:admin apim_analytics:product_manager apim_analytics:api_developer apim_analytics:app_developer apim_analytics:devops_engineer apim_analytics:analytics_viewer apim_analytics:everyone openid apim:api_view apim:subscribe
    adminServiceBaseUrl: https://Publisher Server URL
    adminUsername: admin
    adminPassword: admin
    kmDcrUrl: https://Key-Manager Server URL/client-registration/v0.15/register
    kmTokenUrlForRedirection: https://Key-Manager Server URL/oauth2
    kmTokenUrl: https://Key-Manager Server URL/oauth2
    kmUsername: admin
    kmPassword: admin
    portalAppContext: analytics-dashboard
    businessRulesAppContext : business-rules
    cacheTimeout: 900
    baseUrl: https://Analytics Server URL
    grantType: authorization_code
    publisherUrl: https://Key-Manager Server URL
    storeUrl: https://Store URL
    externalLogoutUrl: https://Key-Manager Server URL/oidc/logout

Thanks in advance..!!!

2

2 Answers

1
votes

This is a known issue and is fixed with the following Pull Request.

1
votes

We have already fixed this issue. Please check with the latest released APIM Analytics 3.1.0-m4 release and tell us whether this issue still exists.