You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the ongoing development of the new Data Persistence Model, we need to ensure that the Wazuh Indexer can be installed on the host system and run as a background service, utilizing the system's built-in tools (packaging managers, Systemd, etc.). This issue aims to implement the following key components:
Ensure the Wazuh Indexer can run as a background service (daemon).
Develop system services for the Indexer to run on Linux.
Implement standard package management (RPM, DEB) for Wazuh Indexer installation.
Functional Requirements
The Wazuh Indexer should run as a background process (daemon) across supported systems.
The system must offer the capability to start, stop, and restart the Indexer manually. The default behavior (enabled/disabled) depends on the standard defined by the underlying platform.
The Wazuh Indexer should be installable via appropriate package management systems:
Linux:
RPM for RHEL-based distributions.
DEB for Debian-based distributions.
The Wazuh Indexer package contains ships the new plugins:
Description
As part of the ongoing development of the new Data Persistence Model, we need to ensure that the Wazuh Indexer can be installed on the host system and run as a background service, utilizing the system's built-in tools (packaging managers, Systemd, etc.). This issue aims to implement the following key components:
Functional Requirements
wazuh-indexer
packages #407wazuh-indexer
packages #423Non-Functional Requirements
Implementation Restrictions
rpm
,apt
,install
) and conform to the relevant package guidelines for each platform.init
).Plan
The text was updated successfully, but these errors were encountered: