There are 2 users (user1 and user2)
Each one has their own dashboards and can only see their own data & dashboard and cannot see the others. (I.e. user1 is to user1 only, etc.)
I would also be adding in multiple users in the future and have their own data associated with these users only.
Also to have the data be separated somewhat, where "user1" data is not in the same log files as "user2" data which I nicknamed "True Data segregation"
I tested recently with RBAC, and it hit the points of only showing certain agents and data tied to these agents labeled as "user1".
But I think with true data segregation from the logs would I need to do an architecture structure that does this: https://wazuh.com/blog/managing-multiple-wazuh-clusters-with-cross-cluster-search/
Also, for more context:
Doing this on Azure and possibly adding in SSO in the mix as well.
additional context is doing these via Kubernetes Clusters