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

Commit 5c86f51

Browse files
author
Chris Wiechmann
authored
Update README.md
1 parent d1a8423 commit 5c86f51

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -943,26 +943,25 @@ __Further notes:__
943943

944944
### Elastic stack
945945

946-
The minimum Elastic Stack version is 7.10.x. This applies to Elasticsearch, Kibana, Logstash and Filebeat.
947-
948946
If you are using an existing Elastic Search environment including Kibana, the following requirements apply.
949947

950948
- Minimal Elasticsearch is version 7.10.x with X-Pack enabled
951949
- Depending on the traffic enough disk-space available (it can be quite heavy depending on the traffic volume)
952950

953951
#### Required users and roles
954952

955-
| Role | Cluster privileges | Index privileges | Comment |
956-
| :--- | :--- | :--- | :--- |
957-
| axway_apimanagement | `monitor` | `apigw-*` | |
953+
| Role | Cluster privileges | Index privileges | Kibana |
954+
| :--- | :--- | :--- | :--- |
955+
| axway_apigw_indicies | `monitor`, | `apigw-* - All` | None |
956+
| axway_manage | `monitor`, `manage_ilm`, `manage_index_templates`, `manage_transform` | None | None |
958957

959958
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.
960959

961-
| Username | Roles | Comment |
962-
| :--- | :--- | :--- |
963-
| axway_logstash | `axway_apimanagement`, `logstash_system` | |
964-
| axway_apibuilder | `axway_apimanagement`, `TBC` | |
965-
| axway_filebeat | `axway_apimanagement`, `TBC` | |
960+
| Username | Roles | Comment |
961+
| :--- | :--- | :--- |
962+
| axway_logstash | `axway_apigw_indicies`, `logstash_system` | |
963+
| axway_apibuilder | `axway_apigw_indicies`, `axway_manage` | |
964+
| axway_filebeat | `beats_system` | `beats_system` role required to send monitoring data. |
966965

967966

968967
- Logstash-User

0 commit comments

Comments
 (0)