You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
Hello,
If we have multiple clients, and want to give access to each client to access the dashboard and only have their data visible, is that possible to achieve? If not on an on-prem deployment, is that feature available on Wazuh Cloud?
Thank you in advance!
Best regards,
Joaquim Antonio
Federico Gustavo Galland
unread,
May 8, 2025, 2:58:52 PMMay 8
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
Hi Joaquim,
If your clients have compliance requirements on the stricter side, you can use the architecture described in the following guide:
This is actually very similar to what we offer as multi-tenancy with our Wazuh Cloud service.
If you don't care too much that multiple clients share the same Wazuh Indexer cluster (their data lives together in the same hard drives) or if you are managing a smaller number of endpoints per client, you may also want to consider setting up an agent group per client:
The agent group labels will now be part of every indexed alert, which you can use to split up agent data per client, and give users access only to their own agents:
It may be worth for you to set up a small PoC setup to try these out before committing to use them in your production environment.
Let me know if this answers your question.
henry
unread,
May 12, 2025, 1:10:36 AMMay 12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
Hi guys
I hope you don't mind if I jump in here.
Is it possible to make this work with SSO for authentication? And if so, how do we set the roles up on a per-tenant basis; that is tenant A can only see tenant A, etc?
Federico Gustavo Galland
unread,
May 13, 2025, 8:06:49 AMMay 13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
Henry,
You should be able to do that by following the documentation here:
with the SSO and multitenant articles shared before.
In the end, the SAML role needs to map to a Wazuh Indexer role, which will then handle the privileges view.
Normally
this isn't all that necessary with a multitenant setup, since you can
just allow users of a site to access their own dashboard (connected to
their own indexer cluster).
Anyway, I suggest
you open up a new community question for this and try to give as much
detail as possible on your setup and your intended use-case.
Regards,
Fede
Federico Gustavo Galland
unread,
May 19, 2025, 7:52:04 AMMay 19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
> Cheers Fede
>
> Let me go and figure out exactly what I need to ask then I’ll go and open a new community question.
Sure, have a good rest of the week.
Elvys Marchon
unread,
Sep 29, 2025, 10:07:55 AM (18 hours ago) Sep 29
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
Hello Guys,
I'm following up on the multi-tenancy discussion here. I've set up a Wazuh cluster (v4.13.0) with the goal of segregating data visibility for different clients. My test environment involves:
client_a: Apache server agent client_b: Nginx server agent I've followed the documentation links you previously shared for multi-tenancy:
Problem: When client_a logs into the Wazuh dashboard:
In the "Discover" section, client_a cannot see logs from agents belonging to client_b, which is the desired behavior. However, in the "Overview" section (and potentially "Vulnerabilities"), client_a still sees all agents and their vulnerabilities, including those belonging to client_b. It appears that the RBAC and agent grouping/labeling are working for log discovery but not for the global agent/vulnerability overview.
Am I missing any additional configuration steps or specific permissions to fully restrict agent visibility in the "Overview" and "Vulnerabilities" sections based on agent groups or labels?