Jorge Sánchez b601b9ec62
Fix 6_builderpackage_plugins_onpush.yml (#508)
* Fix on push workflow and rename the workflows

* Fix error with the new name

* Add changelog entry and fix documentation
2025-06-24 12:23:10 +02:00
..
2025-03-13 15:18:22 +01:00
2025-03-13 15:18:22 +01:00
2025-03-13 15:18:22 +01:00
2025-03-13 15:18:22 +01:00

Wazuh Indexer Technical Documentation

This folder contains the technical documentation for the Wazuh Indexer. The documentation is organized into the following guides:

  • Development Guide: Instructions for building, testing, and packaging the Indexer.
  • Reference Manual: Detailed information on the Indexers architecture, configuration, and usage.

Requirements

To work with this documentation, you need mdBook installed.

  • Get the latest cargo (hit enter when prompted for a default install)

    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    
  • Install mdbook and mdbook-mermaid

    cargo install mdbook
    cargo install mdbook-mermaid
    

Usage

  • To build the documentation, run:

    ./build.sh
    

    The output will be generated in the book directory.

  • To serve the documentation locally for preview, run:

    ./server.sh
    

    The documentation will be available at http://127.0.0.1:3000.