Here you can find an example about how the wazuh.yml would look like when connecting several managers to the same Kibana:
hosts:
- manager1:
url: http(s)://<manager1_url>
port: <manager1_port>
username: <manager1_user>
password: <manager1_password>
run_as: false
- manager2:
url: http(s)://<manager2_url>
port: <manager2_port>
username: <manager2_user>
password: <manager2_password>
run_as: false
- manager3:
url: http(s)://<manager3_url>
port: <manager3_port>
username: <manager3_user>
password: <manager3_password>
run_as: false
Hi!Yes, Kibana multi-tenancy can be achieved using Opendistro. You may add the following configuration in your kibana.yml file in order to enable multitenancy:opendistro_security.multitenancy.enabled: trueopendistro_security.multitenancy.tenants.preferred: ["Global", "Private"]You can find more information here: Open Distro - Kibana multi-tenancyRegarding your second question, yes, it is also possible. You need to add every wazuh manager API configuration below the hosts section in the wazuh.yml file and every manager will be connected to the same Kibana.I hope it helps.Best regards,Mayte Ariza
On Friday, March 26, 2021 at 11:47:06 AM UTC+1 utk...@null.co.in wrote:Hi Community,Does wazuh supports multi-tenancy ? I am aware that RBAC is there but I want to monitor a very distributed environment and I want to keep restrict data access for each tenant.Also is is possible to connect one wazuh kibana app with multiple wazuh managers and apply access control for each user ?RegardsUtkarsh
--You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/b28c690c-b26b-43d3-b789-15fbf2a27387n%40googlegroups.com.





Hi!Yes, Kibana multi-tenancy can be achieved using Opendistro. You may add the following configuration in your kibana.yml file in order to enable multitenancy:opendistro_security.multitenancy.enabled: trueopendistro_security.multitenancy.tenants.preferred: ["Global", "Private"]You can find more information here: Open Distro - Kibana multi-tenancyRegarding your second question, yes, it is also possible. You need to add every wazuh manager API configuration below the hosts section in the wazuh.yml file and every manager will be connected to the same Kibana.I hope it helps.Best regards,Mayte Ariza
On Friday, March 26, 2021 at 11:47:06 AM UTC+1 utk...@null.co.in wrote:Hi Community,Does wazuh supports multi-tenancy ? I am aware that RBAC is there but I want to monitor a very distributed environment and I want to keep restrict data access for each tenant.Also is is possible to connect one wazuh kibana app with multiple wazuh managers and apply access control for each user ?RegardsUtkarsh
Hi!Yes, Kibana multi-tenancy can be achieved using Opendistro. You may add the following configuration in your kibana.yml file in order to enable multitenancy:opendistro_security.multitenancy.enabled: trueopendistro_security.multitenancy.tenants.preferred: ["Global", "Private"]You can find more information here: Open Distro - Kibana multi-tenancyRegarding your second question, yes, it is also possible. You need to add every wazuh manager API configuration below the hosts section in the wazuh.yml file and every manager will be connected to the same Kibana.I hope it helps.Best regards,Mayte Ariza
On Friday, March 26, 2021 at 11:47:06 AM UTC+1 utk...@null.co.in wrote:Hi Community,Does wazuh supports multi-tenancy ? I am aware that RBAC is there but I want to monitor a very distributed environment and I want to keep restrict data access for each tenant.Also is is possible to connect one wazuh kibana app with multiple wazuh managers and apply access control for each user ?RegardsUtkarsh
Hi,Did you follow the first step in the guide?In order to use RBAC, the run_as setting must be enabled and also the user inside the host block (username setting) must have the allow_run_as setting enabled (such as wazuh-wui) so roles can be assigned to the user based on the information of an authorization context. Otherwise, all the users that access Kibana will work as admin users (being able to access and modify anything regardless of the roles they have)You can find more information about Role-Based Access Control in our documentation.I hope it helps.Best regards,Mayte Ariza
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/2e19ea12-f593-4781-9353-3ff1c2a7394fn%40googlegroups.com.

Hi,
When using the Wazuh role-based access control , there will be users that can only see and do certain actions on specified resources. For instance, an user without permissions to read rules will not be able to see or modify them:
Users will be able to see others Wazuh APIs and select them, however the actions they are allowed to do within them are fully configurable.Regarding the access to the data displayed on Discover, Security events, Integrity monitoring and so on, since it involves information related to the cluster, indices, documents and field permissions, it should be managed using Opendistro RBAC: opendistro access-controlBest regards,Mayte Ariza
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/a705119d-b449-4eee-9faf-6e960212e8bcn%40googlegroups.com.
Hi!
The API entries cannot be hidden with the current RBAC configuration.I made a feature request. You can follow-up the issue at the following link: Hide API entries using RBACBest regards,Mayte Ariza
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/2228c378-cdf3-4a22-b2a3-1da49a5e958dn%40googlegroups.com.



Hi!
If you have only one index pattern (or a single Wazuh API) the index pattern selector (or the API selector) does not appear. For instance:
I hope it helps.Best regards,Mayte Ariza
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/2de0a1fb-2b03-4ce6-8b54-871725810460n%40googlegroups.com.
Hi!
Are those index patterns related to the Wazuh indexes?An index pattern must contain the following fields to be used by the Wazuh app:
timestamp rule.groupsCould you share with us the index pattern you are using to replicate the issue?Best regards,Mayte Ariza
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/1b3a8efc-2bec-4b11-8ef8-e03a68ee28e7n%40googlegroups.com.