-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opendistro tenants: Error opening the app #1890
Comments
Related to #1319 |
As mentioned in the description of the issue when using the Wazuh app with a tenant, the Wazuh app is not able to find the Wazuh template nor the Wazuh alert's index pattern. Our app currently creates and fetch that data from the Steps to reproduce:
Possible solutions
With that information, we can change our backend to create and get data from the index:
|
I am having this issue on OpenDistro without tenants enabled. If I create the index manually with a PUT of https://github.com/wazuh/wazuh/blob/master/extensions/elasticsearch/7.x/wazuh-template.json to
which is the same error seen here: #1234 Is there a trick to getting Wazuh working with OpenDistro? OpenDistro v1.6 (ES/kibana 7.6.1) EDIT: I was actually using tenants/spaces (its on by default). Disable it with the following in
It looks like #2197 will fix this issue. |
Hi @kernel-sanders , Yes, multinenancy is enabled by default, you can use the Wazuh App if multitenancy is disabled or if you want to use it with multitenancy enabled you can reindex the To do that, just list the indices:
If the reindex was successfull the Wazuh app can now be used in that tenant, We are currently working on this issue #2197 so the app will work correctly in Opendistro with multitenancy enabled. Please let us know if have any other doubt! |
Hi team,
Opendistro has the
tenant
feature that is similar tospaces
in the official Elastic version.When it is enabled, opendistro uses a
.kibana-x-username
index to store the user information. Example:As you can see, only
.kibana_1
has the index-pattern config object.So, if I open the app using the
elastic
user, I see the following error:If I create the index pattern manually for that user, it works properly. But, this should be performed by the app.
The text was updated successfully, but these errors were encountered: