I created a few indices, they are in the name of:
booksfiction202102
booksfiction202103
booksscience202102
booksscience202103
booksart202102
booksart202103
In Kibana I define an index pattern “books*” so I can search across all indices.
Now, I’m trying to define a few roles, each role will have access only to one type of books. So “rolefiction” will only be able to search on the index booksfinction but not on other two indices. The other 2 roles will be similar.
I created this role by specifying the index pattern “booksfiction*” in hoping it will allow the user access to both booksfiction202102 and booksfiction202103 but not other indices.
When user logs in, however, he gets a forbidden error when accessing the data in Discover using the index pattern “books*”. Is there something I missed?
I’m using the latest ODFE 1.13.1 version.
Thanks,
Sean