wazuh / wazuh-indexer

Wazuh indexer, the Wazuh search engine
https://opensearch.org/docs/latest/opensearch/index/
Apache License 2.0
6 stars 16 forks source link

Spike - Initial indexer initialization plugin design #256

Open AlexRuiz7 opened 3 weeks ago

AlexRuiz7 commented 3 weeks ago

Description

As part of the new Data Persistence Model to be implemented across Wazuh, we want to develop a plugin for the Wazuh Indexer to ensure that all of its requirements are ready during its initialization. The initialization process would consist of these currently identified requirements (these may change):

On this spike, we will design, build and test a PoC of this plugin.

The goal of this issue is to collect the knowledge base to scaffold a Wazuh Indexer plugin for development, interact with its life cycle, automatically test its features and explore these capabilities:

Functional requirements

Implementation restrictions

Plan