opensearch yml update

This commit is contained in:
Gonzalo Acuña 2022-03-08 17:11:05 -03:00
parent 5c6f098d56
commit a8731e0fae
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270
2 changed files with 7 additions and 7 deletions

View File

@ -56,16 +56,16 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb
│ ├── playbooks │ ├── playbooks
│ │ ├── wazuh-agent.yml │ │ ├── wazuh-agent.yml
│ │ ├── wazuh-dashboard.yml
│ │ ├── wazuh-elastic.yml │ │ ├── wazuh-elastic.yml
│ │ ├── wazuh-elastic_stack-distributed.yml │ │ ├── wazuh-elastic_stack-distributed.yml
│ │ ├── wazuh-elastic_stack-single.yml │ │ ├── wazuh-elastic_stack-single.yml
│ │ ├── wazuh-indexer.yml
│ │ ├── wazuh-kibana.yml │ │ ├── wazuh-kibana.yml
│ │ ├── wazuh-manager-oss.yml │ │ ├── wazuh-manager-oss.yml
│ │ ├── wazuh-manager.yml │ │ ├── wazuh-manager.yml
│ │ ├── wazuh-opensearch-opensearch_dashboards.yml | | ├── wazuh-production-ready
| | ├── wazuh-opensearch-production-ready │ │ ├── wazuh-single.yml
│ │ ├── wazuh-opensearch-single.yml
│ │ ├── wazuh-opensearch.yml
│ ├── README.md │ ├── README.md
│ ├── VERSION │ ├── VERSION
@ -321,7 +321,7 @@ ansible_ssh_extra_args='-o StrictHostKeyChecking=no'
### Launching the playbook ### Launching the playbook
```bash ```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://<dashboard_host>:5601` After the playbook execution, the Wazuh UI should be reachable through `https://<dashboard_host>:5601`
@ -389,7 +389,7 @@ ansible_ssh_extra_args='-o StrictHostKeyChecking=no'
### Launching the playbook ### Launching the playbook
```bash ```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://<your server host>:5601` After the playbook execution, the Wazuh UI should be reachable through `https://<your server host>:5601`

View File

@ -42,7 +42,7 @@ plugins.security.ssl.transport.resolve_hostname: false
plugins.security.audit.type: internal_opensearch plugins.security.audit.type: internal_opensearch
plugins.security.authcz.admin_dn: 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.check_snapshot_restore_write_privileges: true
plugins.security.enable_snapshot_restore_privilege: true plugins.security.enable_snapshot_restore_privilege: true
plugins.security.nodes_dn: plugins.security.nodes_dn: