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

Commit d94c810

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

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -950,26 +950,22 @@ If you are using an existing Elastic Search environment including Kibana, the fo
950950

951951
#### Required users and roles
952952

953+
The following table represents a suggestion of which roles should be created for the solution to work. You are also welcome to divide the roles differently and assign them to the users accordingly.
954+
953955
| Role | Cluster privileges | Index privileges | Kibana |
954956
| :--- | :--- | :--- | :--- |
955957
| axway_apigw_indicies | `monitor`, | `apigw-* - All` | None |
956958
| axway_manage | `monitor`, `manage_ilm`, `manage_index_templates`, `manage_transform` | None | None |
957959

958960
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.
959961

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. |
965-
962+
| Username | Roles | Comment |
963+
| :--- | :--- | :--- |
964+
| axway_logstash | `axway_apigw_indicies`, `logstash_system` | Parameter: `LOGSTASH_USERNAME` and `LOGSTASH_SYSTEM_USERNAME` |
965+
| axway_apibuilder | `axway_apigw_indicies`, `axway_manage` | Parameter: `API_BUILDER_USERNAME` |
966+
| axway_filebeat | `beats_system` | Parameter: `BEATS_SYSTEM_USERNAME` |
966967

967-
- Logstash-User
968-
- used to ingest data and send monitoring data
969-
-
970-
- 1 user to ingest data into Elasticsearch using Logstash (e.g. logstash_axway)
971-
- 1 user to query and setup Elasticsearch with API-Builder
972-
- Of course it’s also possible to use the same user for both
968+
Kibana users are not included in this overview.
973969

974970
### Size your infrastructure
975971

0 commit comments

Comments
 (0)