From a8731e0fae5d501bf2cff7550baec9b8689e1d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Tue, 8 Mar 2022 17:11:05 -0300 Subject: [PATCH] opensearch yml update --- README.md | 12 ++++++------ .../wazuh/wazuh-indexer/templates/opensearch.yml.j2 | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4fa618f4..f0c775c6 100644 --- a/README.md +++ b/README.md @@ -56,16 +56,16 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb │ │ ├── playbooks │ │ ├── wazuh-agent.yml + │ │ ├── wazuh-dashboard.yml │ │ ├── wazuh-elastic.yml │ │ ├── wazuh-elastic_stack-distributed.yml │ │ ├── wazuh-elastic_stack-single.yml + │ │ ├── wazuh-indexer.yml │ │ ├── wazuh-kibana.yml │ │ ├── wazuh-manager-oss.yml │ │ ├── wazuh-manager.yml - │ │ ├── wazuh-opensearch-opensearch_dashboards.yml - | | ├── wazuh-opensearch-production-ready - │ │ ├── wazuh-opensearch-single.yml - │ │ ├── wazuh-opensearch.yml + | | ├── wazuh-production-ready + │ │ ├── wazuh-single.yml │ │ ├── README.md │ ├── VERSION @@ -321,7 +321,7 @@ ansible_ssh_extra_args='-o StrictHostKeyChecking=no' ### Launching the playbook ```bash -sudo ansible-playbook wazuh-opensearch-production-ready.yml -i inventory +sudo ansible-playbook wazuh-production-ready.yml -i inventory ``` After the playbook execution, the Wazuh UI should be reachable through `https://:5601` @@ -389,7 +389,7 @@ ansible_ssh_extra_args='-o StrictHostKeyChecking=no' ### Launching the playbook ```bash -sudo ansible-playbook wazuh-opensearch-single.yml -i inventory +sudo ansible-playbook wazuh-single.yml -i inventory ``` After the playbook execution, the Wazuh UI should be reachable through `https://:5601` diff --git a/roles/wazuh/wazuh-indexer/templates/opensearch.yml.j2 b/roles/wazuh/wazuh-indexer/templates/opensearch.yml.j2 index 654c979d..4a3cbf56 100644 --- a/roles/wazuh/wazuh-indexer/templates/opensearch.yml.j2 +++ b/roles/wazuh/wazuh-indexer/templates/opensearch.yml.j2 @@ -42,7 +42,7 @@ plugins.security.ssl.transport.resolve_hostname: false plugins.security.audit.type: internal_opensearch plugins.security.authcz.admin_dn: -- "CN=admin,OU=Docu,O=Wazuh,L=California,C=US" +- "CN=admin,OU=Wazuh,O=Wazuh,L=California,C=US" plugins.security.check_snapshot_restore_write_privileges: true plugins.security.enable_snapshot_restore_privilege: true plugins.security.nodes_dn: