/
Enabling API-M Analytics Features in WSO2 Stream Processor

This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Enabling API-M Analytics Features in WSO2 Stream Processor

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.