diff --git a/website/integrations/services/wazuh/index.md b/website/integrations/services/wazuh/index.md index 8b952ecdb..b75963528 100644 --- a/website/integrations/services/wazuh/index.md +++ b/website/integrations/services/wazuh/index.md @@ -95,10 +95,11 @@ You can change the UI and upload a logo so that in the **Applications** overview ### Step 5 - metadata + wazuh opensearch-security configuration -Now download the metadata file `saml_authentik_meta.xml` from the `Applications` -> `Provider` -> `Related Objects` -> `Download` +Now download the metadata file `saml_authentik_meta.xml` from the `Applications` -> `Provider` -> `Download` in the bottom left corner +![Alt text](./metadata.png) and copy/save it on the wazuh server - ideally under `/etc/wazuh-indexer/opensearch-security/idp-metadata.xml` -![Alt text](./metadata.png) + Next up change the `/etc/wazuh-indexer/opensearch-security/config.yml` and make sure it looks like the one below: diff --git a/website/integrations/services/wazuh/metadata.png b/website/integrations/services/wazuh/metadata.png index 8d904cf0d..95651ef36 100644 Binary files a/website/integrations/services/wazuh/metadata.png and b/website/integrations/services/wazuh/metadata.png differ diff --git a/website/sidebarsIntegrations.js b/website/sidebarsIntegrations.js index bc857116b..7ab37d2ca 100644 --- a/website/sidebarsIntegrations.js +++ b/website/sidebarsIntegrations.js @@ -89,6 +89,7 @@ module.exports = { "services/sssd/index", "services/truecommand/index", "services/veeam-enterprise-manager/index", + "services/wazuh/index", "services/zammad/index", ], },