Create user in elastic with only read permssion

Hi Team,

I am trying to create a user in Kibana, who will have access to only Dashboard and Discover tabs. an it possible to give only one index to the space where one will be able to just view (in discover ) the visualizations but not delete them or edit .

Regards

This is possible.

  1. Create a space & enable only the required kibana apps(like dashboard/discover)

  2. Create a role in kibana & in the "Index privileges" section, provide the index/view/prefix (like index*) choose read.
    in kibana section --> Kibana privileges --> select the space and choose the space and provide the required privileges(read)/visible kibana apps.

  3. once you've created the role, create user and assign the role.

Regards

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