From 55d5441a9a64640c214dfadc6ae356c0254924d1 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 2 Jul 2025 14:43:56 -0400 Subject: [PATCH] Wazuh fixes. --- .../app-configs/wazuh/dashboard/opensearch_dashboards.yml.j2 | 2 ++ ansible/app-configs/wazuh/dashboard/wazuh.yml.j2 | 1 - ansible/app-configs/wazuh/indexer/wazuh.indexer.yml.j2 | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/app-configs/wazuh/dashboard/opensearch_dashboards.yml.j2 b/ansible/app-configs/wazuh/dashboard/opensearch_dashboards.yml.j2 index 149b5d9b..91600838 100644 --- a/ansible/app-configs/wazuh/dashboard/opensearch_dashboards.yml.j2 +++ b/ansible/app-configs/wazuh/dashboard/opensearch_dashboards.yml.j2 @@ -1,3 +1,5 @@ +{% set vault_addr = 'https://vault.trez.wtf' %} +{% set secrets_path = 'rinoa-docker/env' %} server.host: 0.0.0.0 server.port: 5601 opensearch.hosts: https://wazuh.indexer:9200 diff --git a/ansible/app-configs/wazuh/dashboard/wazuh.yml.j2 b/ansible/app-configs/wazuh/dashboard/wazuh.yml.j2 index bb1995c8..35e4b1cb 100644 --- a/ansible/app-configs/wazuh/dashboard/wazuh.yml.j2 +++ b/ansible/app-configs/wazuh/dashboard/wazuh.yml.j2 @@ -1,6 +1,5 @@ {% set vault_addr = 'https://vault.trez.wtf' %} {% set secrets_path = 'rinoa-docker/env' %} - hosts: - 1513629884013: url: "https://wazuh.manager" diff --git a/ansible/app-configs/wazuh/indexer/wazuh.indexer.yml.j2 b/ansible/app-configs/wazuh/indexer/wazuh.indexer.yml.j2 index 7bff9be1..6beb9354 100644 --- a/ansible/app-configs/wazuh/indexer/wazuh.indexer.yml.j2 +++ b/ansible/app-configs/wazuh/indexer/wazuh.indexer.yml.j2 @@ -1,6 +1,5 @@ {% set vault_addr = 'https://vault.trez.wtf' %} {% set secrets_path = 'rinoa-docker/env' %} - network.host: "0.0.0.0" node.name: "wazuh.indexer" path.data: /var/lib/wazuh-indexer