Merge pull request #1228 from wazuh/merge-4.8.0-into-4.8.1

Merge 4.8.0 into 4.8.1
This commit is contained in:
Gonzalo Acuña 2024-03-01 08:41:31 -03:00 committed by GitHub
commit 5fc2e32900
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 9 deletions

View File

@ -13,6 +13,12 @@ All notable changes to this project will be documented in this file.
- Update to [Wazuh v4.8.0](https://github.com/wazuh/wazuh/blob/v4.8.0/CHANGELOG.md#v480) - Update to [Wazuh v4.8.0](https://github.com/wazuh/wazuh/blob/v4.8.0/CHANGELOG.md#v480)
## [v4.7.3]
### Added
- Update to [Wazuh v4.7.3](https://github.com/wazuh/wazuh/blob/v4.7.3/CHANGELOG.md#v473)
## [v4.7.2] ## [v4.7.2]
### Added ### Added

View File

@ -18,6 +18,7 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb
|---------------|---------|--------| |---------------|---------|--------|
| v4.8.1 | | | | v4.8.1 | | |
| v4.8.0 | | | | v4.8.0 | | |
| v4.7.3 | | |
| v4.7.2 | | | | v4.7.2 | | |
| v4.7.1 | | | | v4.7.1 | | |
| v4.7.0 | | | | v4.7.0 | | |

View File

@ -28,7 +28,6 @@ domain_name: wazuh.com
indexer_sec_plugin_conf_path: /etc/wazuh-indexer/opensearch-security indexer_sec_plugin_conf_path: /etc/wazuh-indexer/opensearch-security
indexer_sec_plugin_tools_path: /usr/share/wazuh-indexer/plugins/opensearch-security/tools indexer_sec_plugin_tools_path: /usr/share/wazuh-indexer/plugins/opensearch-security/tools
indexer_bin_path: /usr/share/wazuh-indexer/bin
indexer_conf_path: /etc/wazuh-indexer indexer_conf_path: /etc/wazuh-indexer
indexer_index_path: /var/lib/wazuh-indexer/ indexer_index_path: /var/lib/wazuh-indexer/

View File

@ -94,14 +94,6 @@
register: result register: result
until: result.rc == 0 until: result.rc == 0
- name: Initialize ISM script
command: >
{{ indexer_bin_path }}/indexer-ism-init.sh
-p {{ indexer_admin_password }}
-i {{ target_address }}
become: yes
become_user: root
when: inventory_hostname == ansible_play_hosts[0] when: inventory_hostname == ansible_play_hosts[0]
- name: Create custom user - name: Create custom user