[security_exception] action [indices:admin/mappings/get] is unauthorized for user [kibana]

Hi,

As I test I installed Kibana on a different server running on port 5602 with the default index changed from .kibana to .defaultindex2.

I can log in but after that Kibana shows
[security_exception] action [indices:admin/mappings/get] is unauthorized for user [kibana]

I think the problem is that the kibana system role only has access to .kibana* and not to .defaultindex2* but it doesn't appear you can change this role.

The Kibana instance running on the same server as Elasticsearch (port 5601, default .kibana index) does not have this problem.

How can I solve this problem?

Solved.

Only had to name the new index something like .kibana2 to match the wildcard in the user role.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.