We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: In the Monetization doc (https://apim.docs.wso2.com/en/latest/design/api-monetization/monetizing-an-api/#monetize-an-api), the port for ELK analytics should be specified as the Elasticsearch node instead of the kibana node port in the configuration changes under "Monetization Support via Elasticsearch" as shown below:-
[apim.analytics] enable = true type = "ELK" [apim.monetization] monetization_impl = "org.wso2.apim.monetization.impl.StripeMonetizationImpl" analytics_host = <hostname-of-elk-node> analytics_port = <port-of-elasticsearch/9200> analytics_username = <elastic-username> analytics_password = <elastic-password>
Suggested Labels: -Monetization -Analytics
Affected Product Version: -4.3.0 -4.4.0
The text was updated successfully, but these errors were encountered:
PasanT9
Successfully merging a pull request may close this issue.
Description:
In the Monetization doc (https://apim.docs.wso2.com/en/latest/design/api-monetization/monetizing-an-api/#monetize-an-api), the port for ELK analytics should be specified as the Elasticsearch node instead of the kibana node port in the configuration changes under "Monetization Support via Elasticsearch" as shown below:-
Suggested Labels:
-Monetization
-Analytics
Affected Product Version:
-4.3.0
-4.4.0
The text was updated successfully, but these errors were encountered: