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

Commit 48e7aa6

Browse files
author
Chris Wiechmann
authored
Update README.md
1 parent d94c810 commit 48e7aa6

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

README.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -952,20 +952,26 @@ If you are using an existing Elastic Search environment including Kibana, the fo
952952

953953
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.
954954

955-
| Role | Cluster privileges | Index privileges | Kibana |
956-
| :--- | :--- | :--- | :--- |
957-
| axway_apigw_indicies | `monitor`, | `apigw-* - All` | None |
958-
| axway_manage | `monitor`, `manage_ilm`, `manage_index_templates`, `manage_transform` | None | None |
955+
| Role | Cluster privileges | Index privileges | Kibana |
956+
| :--- | :--- | :--- | :--- |
957+
| axway_apigw_write | `monitor` | `apigw-* - write` | No |
958+
| axway_apigw_read | `monitor` | `apigw-* - read` | No |
959+
| axway_apigw_admin | `monitor`, `manage_ilm`, `manage_index_templates`, `manage_transform` | `apigw-* - monitor,view_index_metadata`, `apim-* - read,view_index_metadata`| Yes (All or Custom) |
960+
| axway_kibana_write| `read_ilm`, | None | Yes (Analytics All) |
961+
| axway_kibana_read | None | None | Yes (Analytics Read) |
959962

960963
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.
961964

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` |
965+
| Username | Roles | Comment |
966+
| :--- | :--- | :--- |
967+
| axway_logstash | `axway_apigw_write`, `logstash_system` | Parameter: `LOGSTASH_USERNAME` and `LOGSTASH_SYSTEM_USERNAME` |
968+
| axway_apibuilder | `axway_apigw_read`, `axway_apigw_admin` | Parameter: `API_BUILDER_USERNAME` |
969+
| axway_filebeat | `beats_system` | Parameter: `BEATS_SYSTEM_USERNAME` |
970+
| axway_kibana_read | `axway_apigw_read`, `axway_kibana_read` | |
971+
| axway_kibana_write | `axway_apigw_read`, `axway_kibana_write` | |
972+
| axway_kibana_admin | `axway_apigw_admin`, `axway_kibana_write`, `monitoring_user` | |
967973

968-
Kibana users are not included in this overview.
974+
Please also create at least one user with Kibana privileges who is allowed to import dashboards.
969975

970976
### Size your infrastructure
971977

0 commit comments

Comments
 (0)