problem to create my user with the right rights

Hello,

I try to create :

  • User “mno”

  • This user is able to readonly only the indices “vegaproduem”.

So I create : My user “mno”

And then I create my custom “role” : (cluster/indices permissions on same screen) :

Cluster permissions : CLUSTER_COMPOSITE_OPS_RO

Indices permissions : on index vegaproduem all document and action groups “read”

And to conclude, I mapped my user with his new role :

So it’s OK my user gets his new right. But when I connect this user, everything is white, I can’t go on any field (dashboard, vizualise, discover …) everything stay white… I can only logout me lol

Do you know my error ?

Thx you

I found my error.

I didn’t add the .kibana index read permissions :slight_smile:

Yes, every Kibana user needs to have access to the .kibana index. That’s what the built-in sg_kibana_user role is for:

···

On Wednesday, July 11, 2018 at 3:47:02 PM UTC+2, Dylan Osef wrote:

I found my error.

I didn’t add the .kibana index read permissions :slight_smile: