How to restrict index pattern list view for a particular role in kibana?

Hi there,
I am using multiple server to send logs to logstash using filebeat. then i am sending logs from logstash to Elasticsearch to kibana.

I defined a user and role in kibana. But I want to restrict each user to view particular server logs only in index pattern list. Like I am restricting already user to see other logs, but i want to restrict their name from the list also. How can I do that?

below is my kibana role configuration

In such case, using space is a good choice. Create different spaces for each user and create appropriate index patterns in each space.

Index pattern is common within the space.

Thank you for replying. It is solved. I created the space restricting the user. then disable the permissions . and it worked.

1 Like

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