Hi!
Can you suggest some security model to me.
I have few groups of users with custom indinces access rights. For example fliebeat-nginx-a-* filebeat-nginx-b-* filebeat-java-a-* filebeat-java-b-*
Then such a user logs in to kibana and trying to discover indices (default index pattern is “asterisk”) he receives no data error.
If i creating index pattern like fliebeat-nginx-a-* filebeat-nginx-b-* filebeat-java-a-* filebeat-java-b-* it works, but it is not very useful, as i have to create as many index patterns as datasets i have.
I think my problem can be solved by creating tenant for every dataset i have.
Maybe you have suggestions how to create default index pattern * and every user can see own dataset in discover depending on his access rights
my regards