Kibana role management granted fields not working

Hi,
I am using kibana to create roles. I want only specific fields to show in visualisation. I am putting that fields in granted fields. But in visualisation granted fields not reflected. Even all fields not reflected. When I use *all in granted fields only at that time fields getting reflected in kibana visualisation. Instead I want to show only specific fields. What are the changes I need to implement while creating role.

Hello,
You won't be able to limit what fields the user can see in a visualization of something similar. This is part of the .kibana index in the definition of the index pattern. But the user won't be able to see any data from the fields that they don't have permission to access. You can find more information here on how Field Level Security works in ES and Kibana: https://www.elastic.co/guide/en/x-pack/current/field-and-document-access-control.html

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