Skip to content

Commit

Permalink
Merge pull request #8645 from PasanT9/mon-master
Browse files Browse the repository at this point in the history
Fix hostname and port references
  • Loading branch information
PasanT9 authored Nov 4, 2024
2 parents 3bfea52 + 9a8264b commit e10d8d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en/docs/design/api-monetization/monetizing-an-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -874,10 +874,10 @@ type = "ELK"
[apim.monetization]
monetization_impl = "org.wso2.apim.monetization.impl.StripeMonetizationImpl"
analytics_host = <hostname-of-elk-node>
analytics_port = <port-of-elk-node>
analytics_host = <hostname-of-elastic-instance>
analytics_port = <port-of-elastic-instance>
analytics_username = <elastic-username>
analytics_password = <elastic-password>
```

Note that you will need to replace `<hostname-of-elk-node>`, `<port-of-elk-node>`, `<elastic-username>`, and `<elastic-password>` with the appropriate values for your Elasticsearch instance.
Note that you will need to replace `<hostname-of-elastic-instance>`, `<port-of-elastic-instance>`, `<elastic-username>`, and `<elastic-password>` with the appropriate values for your Elasticsearch instance.

0 comments on commit e10d8d1

Please sign in to comment.