diff --git a/multi-node/Migration-to-Wazuh-4.3.md b/multi-node/Migration-to-Wazuh-4.3.md index 5b884743..97d49f0e 100644 --- a/multi-node/Migration-to-Wazuh-4.3.md +++ b/multi-node/Migration-to-Wazuh-4.3.md @@ -17,7 +17,12 @@ Assuming that you have a v4.2 production deployment, perform the following steps **4. Spin down the 4.2 environment.** `docker-compose -f production-cluster.yml down` +**Steps 5 and 6 can be done with the volume-migrator.sh script, specifying Docker version and project name as parameters.** + +Ex: $ multi-node/volume-migrator.sh 1.25.0 multi-node + **5. Run the volume create command:** create new indexer and Wazuh manager volumes using the `com.docker.compose.version` label value from the previous command. + ``` docker volume create \ --label com.docker.compose.project=multi-node \ @@ -345,10 +350,6 @@ docker container run --rm -it \ alpine ash -c "cd /from ; cp -avp . /to" ``` -**Steps 5 and 6 can be done with the volume-migrator.sh script, specifying Docker version and project name as parameters.** - -Ex: $ multi-node/volume-migrator.sh 1.25.0 multi-node - **7. Start the 4.3 environment.** ``` git checkout 4.3 diff --git a/multi-node/config/wazuh_indexer/wazuh1.indexer.yml b/multi-node/config/wazuh_indexer/wazuh1.indexer.yml index 8e1953db..d48c01d9 100644 --- a/multi-node/config/wazuh_indexer/wazuh1.indexer.yml +++ b/multi-node/config/wazuh_indexer/wazuh1.indexer.yml @@ -36,6 +36,4 @@ plugins.security.restapi.roles_enabled: - "security_rest_api_access" plugins.security.allow_default_init_securityindex: true cluster.routing.allocation.disk.threshold_enabled: false -plugins.security.audit.config.disabled_rest_categories: NONE -plugins.security.audit.config.disabled_transport_categories: NONE compatibility.override_main_response_version: true diff --git a/multi-node/config/wazuh_indexer/wazuh2.indexer.yml b/multi-node/config/wazuh_indexer/wazuh2.indexer.yml index f0472be3..43d82e6b 100644 --- a/multi-node/config/wazuh_indexer/wazuh2.indexer.yml +++ b/multi-node/config/wazuh_indexer/wazuh2.indexer.yml @@ -36,6 +36,4 @@ plugins.security.restapi.roles_enabled: - "security_rest_api_access" plugins.security.allow_default_init_securityindex: true cluster.routing.allocation.disk.threshold_enabled: false -plugins.security.audit.config.disabled_rest_categories: NONE -plugins.security.audit.config.disabled_transport_categories: NONE compatibility.override_main_response_version: true \ No newline at end of file diff --git a/multi-node/config/wazuh_indexer/wazuh3.indexer.yml b/multi-node/config/wazuh_indexer/wazuh3.indexer.yml index 15ca069e..2ca2ff17 100644 --- a/multi-node/config/wazuh_indexer/wazuh3.indexer.yml +++ b/multi-node/config/wazuh_indexer/wazuh3.indexer.yml @@ -36,6 +36,4 @@ plugins.security.restapi.roles_enabled: - "security_rest_api_access" plugins.security.allow_default_init_securityindex: true cluster.routing.allocation.disk.threshold_enabled: false -plugins.security.audit.config.disabled_rest_categories: NONE -plugins.security.audit.config.disabled_transport_categories: NONE compatibility.override_main_response_version: true \ No newline at end of file diff --git a/single-node/config/wazuh_indexer/wazuh.indexer.yml b/single-node/config/wazuh_indexer/wazuh.indexer.yml index 2f4de700..2a3136f1 100644 --- a/single-node/config/wazuh_indexer/wazuh.indexer.yml +++ b/single-node/config/wazuh_indexer/wazuh.indexer.yml @@ -26,6 +26,4 @@ plugins.security.system_indices.enabled: true plugins.security.system_indices.indices: [".opendistro-alerting-config", ".opendistro-alerting-alert*", ".opendistro-anomaly-results*", ".opendistro-anomaly-detector*", ".opendistro-anomaly-checkpoints", ".opendistro-anomaly-detection-state", ".opendistro-reports-*", ".opendistro-notifications-*", ".opendistro-notebooks", ".opensearch-observability", ".opendistro-asynchronous-search-response*", ".replication-metadata-store"] plugins.security.allow_default_init_securityindex: true cluster.routing.allocation.disk.threshold_enabled: false -plugins.security.audit.config.disabled_rest_categories: NONE -plugins.security.audit.config.disabled_transport_categories: NONE compatibility.override_main_response_version: true \ No newline at end of file