Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit d1a8423

Browse files
author
Chris Wiechmann
authored
Update README.md
1 parent 05ec6a1 commit d1a8423

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,8 +941,37 @@ __Further notes:__
941941

942942
## Requirements
943943

944+
### Elastic stack
945+
944946
The minimum Elastic Stack version is 7.10.x. This applies to Elasticsearch, Kibana, Logstash and Filebeat.
945947

948+
If you are using an existing Elastic Search environment including Kibana, the following requirements apply.
949+
950+
- Minimal Elasticsearch is version 7.10.x with X-Pack enabled
951+
- Depending on the traffic enough disk-space available (it can be quite heavy depending on the traffic volume)
952+
953+
#### Required users and roles
954+
955+
| Role | Cluster privileges | Index privileges | Comment |
956+
| :--- | :--- | :--- | :--- |
957+
| axway_apimanagement | `monitor` | `apigw-*` | |
958+
959+
The following table assumes that the same user should also be used for stack monitoring. You can also split this into two users if necessary.
960+
961+
| Username | Roles | Comment |
962+
| :--- | :--- | :--- |
963+
| axway_logstash | `axway_apimanagement`, `logstash_system` | |
964+
| axway_apibuilder | `axway_apimanagement`, `TBC` | |
965+
| axway_filebeat | `axway_apimanagement`, `TBC` | |
966+
967+
968+
- Logstash-User
969+
- used to ingest data and send monitoring data
970+
-
971+
- 1 user to ingest data into Elasticsearch using Logstash (e.g. logstash_axway)
972+
- 1 user to query and setup Elasticsearch with API-Builder
973+
- Of course it’s also possible to use the same user for both
974+
946975
### Size your infrastructure
947976

948977
The solution is designed to process and store millions of transactions per day and make them quickly available for traffic monitoring and analytics.

0 commit comments

Comments
 (0)