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.
Open the
<SP_HOME>/conf/<PROFILE>/deployment.yaml
file.<PROFILE>
refers todashboard
,editor
,manager
andworker
profile directories. Each of these directories contain adeployment.yaml
file and all of them need to be edited when you enable/disable solutions.Enable API-M Analytics is enabled by setting the
APIM-analytics.enabled:
paramater totrue
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.