Skip to content

Commit

Permalink
Merge pull request #8107 from wazuh/enhancement/3144-wazuh-indexer-re…
Browse files Browse the repository at this point in the history
…arragement

Update Wazuh indexer and Wazuh indexer cluster content structure.
  • Loading branch information
javimed authored Jan 14, 2025
2 parents 5565015 + 7be7c7a commit 7bc82a0
Show file tree
Hide file tree
Showing 13 changed files with 457 additions and 374 deletions.
53 changes: 53 additions & 0 deletions source/_static/js/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,68 @@ removedUrls['x.y'] = [

/* *** RELEASE 4.10 ****/

/* Redirections from 4.9 to 4.10 */

redirections.push(
{
'target': ['4.9=>4.10', '4.10=>4.9'],
'4.9': '/user-manual/wazuh-indexer-cluster.html',
'4.10': '/user-manual/wazuh-indexer-cluster/index.html',
},
{
'target': ['4.9=>4.10', '4.10=>4.9'],
'4.9': '/user-manual/wazuh-indexer-cluster.html#certificates-deployment',
'4.10': '/user-manual/wazuh-indexer-cluster/certificate-deployment.html',
},
{
'target': ['4.9=>4.10', '4.10=>4.9'],
'4.9': '/user-manual/wazuh-indexer-cluster.html#adding-wazuh-indexer-nodes',
'4.10': '/user-manual/wazuh-indexer-cluster/add-wazuh-indexer-nodes.html',
},
{
'target': ['4.9=>4.10', '4.10=>4.9'],
'4.9': '/user-manual/wazuh-indexer-cluster.html#cluster-management',
'4.10': '/user-manual/wazuh-indexer-cluster/cluster-management.html',
},
{
'target': ['4.9=>4.10', '4.10=>4.9'],
'4.9': '/user-manual/wazuh-indexer/index-life-management.html',
'4.10': '/user-manual/wazuh-indexer-cluster/index-lifecycle-management.html',
},
{
'target': ['4.9=>4.10', '4.10=>4.9'],
'4.9': '/user-manual/wazuh-indexer/wazuh-indexer-tuning.html#configure-shard-allocation-awareness-or-forced-awareness',
'4.10': '/user-manual/wazuh-indexer-cluster/wazuh-indexer-cluster-tuning.html#configure-shard-allocation-awareness-or-forced-awareness',
},
{
'target': ['4.9=>4.10', '4.10=>4.9'],
'4.9': '/user-manual/wazuh-indexer/wazuh-indexer-tuning.html#set-node-attributes-for-each-node-in-a-cluster',
'4.10': '/user-manual/wazuh-indexer-cluster/wazuh-indexer-cluster-tuning.html#set-node-attributes-for-each-node-in-a-cluster',
},
);

/* Pages added in 4.10 */
newUrls['4.10'] = [
'/release-notes/release-4-10-0.html',
'/user-manual/reference/ossec-conf/anti-tampering.html',
'/user-manual/capabilities/vulnerability-detection/troubleshooting.html',
'/user-manual/capabilities/vulnerability-detection/FAQ.html',
'/user-manual/capabilities/vulnerability-detection/known-issues.html',
'/user-manual/wazuh-indexer-cluster/index.html',
'/user-manual/wazuh-indexer-cluster/certificate-deployment.html',
'/user-manual/wazuh-indexer-cluster/add-wazuh-indexer-nodes.html',
'/user-manual/wazuh-indexer-cluster/index-lifecycle-management.html',
'/user-manual/wazuh-indexer-cluster/wazuh-indexer-cluster-tuning.html',
'/user-manual/wazuh-indexer-cluster/cluster-management.html',
]

/* Pages no longer available in 4.10 */

removedUrls['4.10'] = [
'/user-manual/wazuh-indexer-cluster.html',
'/user-manual/wazuh-indexer/index-life-management.html',
];

/* *** RELEASE 4.9 ****/

/* Redirections from 4.8 to 4.9 */
Expand Down
2 changes: 1 addition & 1 deletion source/cloud-service/your-environment/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Two settings define the behavior of the indexed data:

Data remains indexed until either the indexed data retention or the indexed data capacity is reached. In other words, once either of the settings' values is reached, data rotation will occur (removing the oldest data) until the settings' conditions are met.

To configure index management policies, see :doc:`Index life management </user-manual/wazuh-indexer/index-life-management>` documentation.
To configure index management policies, see :doc:`/user-manual/wazuh-indexer-cluster/index-lifecycle-management` documentation.

.. _cloud_settings_archive_data:

Expand Down
2 changes: 1 addition & 1 deletion source/installation-guide/wazuh-indexer/step-by-step.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Generating the SSL certificates
ip: "<dashboard-node-ip>"
To learn more about how to create and configure the certificates, see the :ref:`certificates_deployment` section.
To learn more about how to create and configure the certificates, see the :doc:`/user-manual/wazuh-indexer-cluster/certificate-deployment` section.

#. Run ``./wazuh-certs-tool.sh`` to create the certificates. For a multi-node cluster, these certificates need to be later deployed to all Wazuh instances in your cluster.

Expand Down
2 changes: 1 addition & 1 deletion source/user-manual/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Welcome to the Wazuh user manual. Use it as your reference library once your bas
wazuh-server-cluster
api/index
wazuh-indexer/index
wazuh-indexer-cluster
wazuh-indexer-cluster/index
wazuh-dashboard/index
agent/index
ruleset/index
Expand Down
Loading

0 comments on commit 7bc82a0

Please sign in to comment.