Skip to content

Commit

Permalink
Merge pull request #7810 from wazuh/change/25971-remove-step-to-remov…
Browse files Browse the repository at this point in the history
…-ss4o-index-templates

Remove step to delete ss4o index templates before a wazuh-indexer upgrade
  • Loading branch information
javimed authored Sep 27, 2024
2 parents e597434 + 7b420cd commit df7793f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions source/upgrade-guide/upgrading-central-components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,7 @@ Upgrading the Wazuh indexer

The cluster remains available throughout the upgrading process in a Wazuh indexer cluster with multiple nodes. This rolling upgrade allows for the shutting down of one Wazuh indexer node at a time for minimal disruption of service.

As a first step, remove the *ss4o* index templates. Replace ``<WAZUH_INDEXER_IP_ADDRESS>``, ``<USERNAME>``, and ``<PASSWORD>`` before running any command below.

.. code-block:: bash
curl -X DELETE "https://<WAZUH_INDEXER_IP_ADDRESS>:9200/_index_template/ss4o_*_template" -u <USERNAME>:<PASSWORD> -k
Then, repeat the following steps for every Wazuh indexer node.
Repeat the following steps for every Wazuh indexer node replacing ``<WAZUH_INDEXER_IP_ADDRESS>``, ``<USERNAME>``, and ``<PASSWORD>``.

#. Disable shard allocation.

Expand Down

0 comments on commit df7793f

Please sign in to comment.