Troubleshooting tenant onboarding
An error occurs in kibana-proxy-service while onboarding a new tenant.
Issue symptom
This issue might occur because the Kibana user does not have the required permissions.
Issue scope
This issue might occur if you are using OpenSearch platform or the Open Distro for Kibana plugin.
Workaround
To resolve this issue, provide the following permission to the role that is assigned to all the Kibana users:
"index_permission": [
{ "index_patterns": [ "*" ], "allowed_actions": [ "indices:admin/resolve/index" ] }
]
Use the following REST API to add the permission
PUT _opendistro/_security/api/roles/js-test
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*