mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-23 06:11:57 +00:00
Merge branch '4.7.0' into merge-4.7.0-into-master
This commit is contained in:
@@ -16,6 +16,11 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
- Update Wazuh to version [4.6.0](https://github.com/wazuh/wazuh/blob/v4.6.0/CHANGELOG.md#v460)
|
- Update Wazuh to version [4.6.0](https://github.com/wazuh/wazuh/blob/v4.6.0/CHANGELOG.md#v460)
|
||||||
|
|
||||||
|
## Wazuh Docker v4.5.3
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Update Wazuh to version [4.5.3](https://github.com/wazuh/wazuh/blob/v4.5.3/CHANGELOG.md#v453)
|
||||||
|
|
||||||
## Wazuh Docker v4.5.2
|
## Wazuh Docker v4.5.2
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@@ -198,6 +198,7 @@ WAZUH_MONITORING_REPLICAS=0 ##
|
|||||||
| v4.8.0 | | |
|
| v4.8.0 | | |
|
||||||
| v4.7.0 | | |
|
| v4.7.0 | | |
|
||||||
| v4.6.0 | | |
|
| v4.6.0 | | |
|
||||||
|
| v4.5.3 | | |
|
||||||
| v4.5.2 | | |
|
| v4.5.2 | | |
|
||||||
| v4.5.1 | | |
|
| v4.5.1 | | |
|
||||||
| v4.5.0 | | |
|
| v4.5.0 | | |
|
||||||
|
@@ -117,6 +117,7 @@
|
|||||||
<enabled>no</enabled>
|
<enabled>no</enabled>
|
||||||
<os>buster</os>
|
<os>buster</os>
|
||||||
<os>bullseye</os>
|
<os>bullseye</os>
|
||||||
|
<os>bookworm</os>
|
||||||
<update_interval>1h</update_interval>
|
<update_interval>1h</update_interval>
|
||||||
</provider>
|
</provider>
|
||||||
|
|
||||||
|
@@ -117,6 +117,7 @@
|
|||||||
<enabled>no</enabled>
|
<enabled>no</enabled>
|
||||||
<os>buster</os>
|
<os>buster</os>
|
||||||
<os>bullseye</os>
|
<os>bullseye</os>
|
||||||
|
<os>bookworm</os>
|
||||||
<update_interval>1h</update_interval>
|
<update_interval>1h</update_interval>
|
||||||
</provider>
|
</provider>
|
||||||
|
|
||||||
|
@@ -168,6 +168,7 @@ services:
|
|||||||
- ./config/wazuh_indexer_ssl_certs/wazuh.dashboard-key.pem:/usr/share/wazuh-dashboard/certs/wazuh-dashboard-key.pem
|
- ./config/wazuh_indexer_ssl_certs/wazuh.dashboard-key.pem:/usr/share/wazuh-dashboard/certs/wazuh-dashboard-key.pem
|
||||||
- ./config/wazuh_indexer_ssl_certs/root-ca.pem:/usr/share/wazuh-dashboard/certs/root-ca.pem
|
- ./config/wazuh_indexer_ssl_certs/root-ca.pem:/usr/share/wazuh-dashboard/certs/root-ca.pem
|
||||||
- ./config/wazuh_dashboard/opensearch_dashboards.yml:/usr/share/wazuh-dashboard/config/opensearch_dashboards.yml
|
- ./config/wazuh_dashboard/opensearch_dashboards.yml:/usr/share/wazuh-dashboard/config/opensearch_dashboards.yml
|
||||||
|
- wazuh-dashboard-config:/usr/share/wazuh-dashboard/data/wazuh/config
|
||||||
- ./config/wazuh_dashboard/wazuh.yml:/usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml
|
- ./config/wazuh_dashboard/wazuh.yml:/usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml
|
||||||
depends_on:
|
depends_on:
|
||||||
- wazuh1.indexer
|
- wazuh1.indexer
|
||||||
@@ -218,3 +219,4 @@ volumes:
|
|||||||
wazuh-indexer-data-1:
|
wazuh-indexer-data-1:
|
||||||
wazuh-indexer-data-2:
|
wazuh-indexer-data-2:
|
||||||
wazuh-indexer-data-3:
|
wazuh-indexer-data-3:
|
||||||
|
wazuh-dashboard-config:
|
||||||
|
@@ -117,6 +117,7 @@
|
|||||||
<enabled>no</enabled>
|
<enabled>no</enabled>
|
||||||
<os>buster</os>
|
<os>buster</os>
|
||||||
<os>bullseye</os>
|
<os>bullseye</os>
|
||||||
|
<os>bookworm</os>
|
||||||
<update_interval>1h</update_interval>
|
<update_interval>1h</update_interval>
|
||||||
</provider>
|
</provider>
|
||||||
|
|
||||||
|
@@ -89,6 +89,7 @@ services:
|
|||||||
- ./config/wazuh_indexer_ssl_certs/wazuh.dashboard-key.pem:/usr/share/wazuh-dashboard/certs/wazuh-dashboard-key.pem
|
- ./config/wazuh_indexer_ssl_certs/wazuh.dashboard-key.pem:/usr/share/wazuh-dashboard/certs/wazuh-dashboard-key.pem
|
||||||
- ./config/wazuh_indexer_ssl_certs/root-ca.pem:/usr/share/wazuh-dashboard/certs/root-ca.pem
|
- ./config/wazuh_indexer_ssl_certs/root-ca.pem:/usr/share/wazuh-dashboard/certs/root-ca.pem
|
||||||
- ./config/wazuh_dashboard/opensearch_dashboards.yml:/usr/share/wazuh-dashboard/config/opensearch_dashboards.yml
|
- ./config/wazuh_dashboard/opensearch_dashboards.yml:/usr/share/wazuh-dashboard/config/opensearch_dashboards.yml
|
||||||
|
- wazuh-dashboard-config:/usr/share/wazuh-dashboard/data/wazuh/config
|
||||||
- ./config/wazuh_dashboard/wazuh.yml:/usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml
|
- ./config/wazuh_dashboard/wazuh.yml:/usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml
|
||||||
depends_on:
|
depends_on:
|
||||||
- wazuh.indexer
|
- wazuh.indexer
|
||||||
@@ -109,3 +110,4 @@ volumes:
|
|||||||
filebeat_etc:
|
filebeat_etc:
|
||||||
filebeat_var:
|
filebeat_var:
|
||||||
wazuh-indexer-data:
|
wazuh-indexer-data:
|
||||||
|
wazuh-dashboard-config:
|
||||||
|
Reference in New Issue
Block a user