This documentation is for WSO2 API Manager 2.6.0. View documentation for the latest release.

All docs This doc
||
Skip to end of metadata
Go to start of metadata

WSO2 API Manager Analytics is powered by WSO2 Stream Processor. You can enable APIM Analytics features in Stream Processor 4.3.0 by following the steps below.  

  1. Open the <SP_HOME>/conf/<PROFILE>/deployment.yaml file. 

    <PROFILE> refers to dashboard, editor, manager and worker profile directories. Each of these directories contain a deployment.yaml file and all of them need to be edited when you enable/disable solutions.

  2. Enable API-M Analytics is enabled by setting the APIM-analytics.enabled: paramater to true as shown in the sample below.

    # Carbon Configuration Parameters
    wso2.carbon:
      # server type
      type: wso2-sp
    
    analytics.solutions:
      APIM-analytics.enabled: true
    

    You have now enabled Analytics for WSO2 API Manager in the WSO2 Stream Processor.

  • No labels