Merge branch '4.14.4' into patch-1

This commit is contained in:
Federico Fantini 2026-01-17 12:15:19 +01:00 committed by GitHub
commit 74ea80bb8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 51 additions and 13 deletions

View File

@ -1,6 +1,43 @@
# Change Log # Change Log
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [4.14.4]
### Added
- None
### Changed
- None
### Fixed
- None
### Deleted
- None
## [4.14.3]
### Added
- None
### Changed
- None
### Fixed
- Added run_as as true by default ([#1902](https://github.com/wazuh/wazuh-ansible/pull/1902))
- Changed Wazuh API username to wazuh-wui ([#1901](https://github.com/wazuh/wazuh-ansible/pull/1901))
### Deleted
- None
## [4.14.2] ## [4.14.2]
### Added ### Added

View File

@ -1,4 +1,4 @@
{ {
"version": "4.14.2", "version": "4.14.4",
"stage": "rc4" "stage": "rc1"
} }

View File

@ -7,7 +7,7 @@ kibana_server_host: "0.0.0.0"
kibana_server_port: "5601" kibana_server_port: "5601"
kibana_conf_path: /etc/kibana kibana_conf_path: /etc/kibana
elastic_stack_version: 7.10.2 elastic_stack_version: 7.10.2
wazuh_version: 4.14.2 wazuh_version: 4.14.4
wazuh_app_url: https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana wazuh_app_url: https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana
elasticrepo: elasticrepo:

View File

@ -1,7 +1,7 @@
--- ---
filebeat_version: 7.10.2 filebeat_version: 7.10.2
wazuh_template_branch: v4.14.2 wazuh_template_branch: v4.14.4
filebeat_node_name: node-1 filebeat_node_name: node-1

View File

@ -1,5 +1,5 @@
--- ---
wazuh_agent_version: 4.14.2 wazuh_agent_version: 4.14.4
# Custom packages installation # Custom packages installation

View File

@ -1,5 +1,5 @@
--- ---
wazuh_manager_version: 4.14.2 wazuh_manager_version: 4.14.4
wazuh_manager_fqdn: "wazuh-server" wazuh_manager_fqdn: "wazuh-server"
wazuh_manager_package_state: present wazuh_manager_package_state: present

View File

@ -1,2 +1,2 @@
--- ---
wazuh_version: 4.14.2 wazuh_version: 4.14.4

View File

@ -8,20 +8,20 @@ dashboard_node_name: node-1
dashboard_server_host: "0.0.0.0" dashboard_server_host: "0.0.0.0"
dashboard_server_port: "443" dashboard_server_port: "443"
dashboard_server_name: "dashboard" dashboard_server_name: "dashboard"
wazuh_version: 4.14.2 wazuh_version: 4.14.4
indexer_cluster_nodes: indexer_cluster_nodes:
- 127.0.0.1 - 127.0.0.1
# The Wazuh dashboard package repository # The Wazuh dashboard package repository
dashboard_version: "4.14.2" dashboard_version: "4.14.4"
# API credentials # API credentials
wazuh_api_credentials: wazuh_api_credentials:
- id: "default" - id: "default"
url: "https://127.0.0.1" url: "https://127.0.0.1"
port: 55000 port: 55000
username: "wazuh" username: "wazuh-wui"
password: "wazuh" password: "wazuh-wui"
# Dashboard Security # Dashboard Security
dashboard_security: true dashboard_security: true

View File

@ -131,4 +131,5 @@ hosts:
port: {{ api['port'] }} port: {{ api['port'] }}
username: {{ api['username'] }} username: {{ api['username'] }}
password: "{{ api['password'] }}" password: "{{ api['password'] }}"
run_as: true
{% endfor %} {% endfor %}

View File

@ -1,2 +1,2 @@
--- ---
dashboard_version: 4.14.2 dashboard_version: 4.14.4

View File

@ -1,6 +1,6 @@
--- ---
# Cluster Settings # Cluster Settings
indexer_version: 4.14.2 indexer_version: 4.14.4
single_node: false single_node: false
indexer_node_name: node-1 indexer_node_name: node-1