Skip to content
New issue

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

In the Monetization doc, the port for ELK analytics should be specified as the Elasticsearch node #8480

Closed
Chilliwiddit opened this issue Oct 21, 2024 · 0 comments · Fixed by #8645
Assignees

Comments

@Chilliwiddit
Copy link
Contributor

Chilliwiddit commented Oct 21, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants