Skip to content

Commit 1cfaa8f

Browse files
authored
Remove additional references to reporting_user role.
1 parent 0c3df93 commit 1cfaa8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy-manage/kibana-reporting-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,12 @@ PUT <kibana host>:<port>/api/security/role/custom_reporting_user
167167

168168
If you are using an external identity provider, such as LDAP or Active Directory, you can assign roles to individual users or groups of users. Role mappings are configured in [`config/role_mapping.yml`](/deploy-manage/users-roles/cluster-or-deployment-auth/mapping-users-groups-to-roles.md).
169169

170-
For example, assign the `kibana_admin` and `reporting_user` roles to the Bill Murray user:
170+
For example, assign the `kibana_admin` and `custom_reporting_user` roles to the Bill Murray user:
171171

172172
```yaml
173173
kibana_admin:
174174
- "cn=Bill Murray,dc=example,dc=com"
175-
reporting_user:
175+
custom_reporting_user:
176176
- "cn=Bill Murray,dc=example,dc=com"
177177
```
178178

troubleshoot/elasticsearch/remote-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ If the anonymous user does not the have necessary privileges to make a connectio
227227

228228
```txt
229229
org.elasticsearch.transport.RemoteTransportException: [remote-node][192.168.0.42:9309][cluster:internal/remote_cluster/handshake]
230-
Caused by: org.elasticsearch.ElasticsearchSecurityException: action [cluster:internal/remote_cluster/handshake] is **unauthorized** for user [anonymous_foo] with effective roles [reporting_user], this action is granted by the cluster privileges [cross_cluster_search,cross_cluster_replication,manage,all]
230+
Caused by: org.elasticsearch.ElasticsearchSecurityException: action [cluster:internal/remote_cluster/handshake] is **unauthorized** for user [anonymous_foo] with effective roles [kibana_admin], this action is granted by the cluster privileges [cross_cluster_search,cross_cluster_replication,manage,all]
231231
```
232232

233233
If the anonymous user has necessary privileges, for example it is a superuser, the local cluster logs `requires channel profile to be [_remote_cluster], but got [default]`:

0 commit comments

Comments
 (0)