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 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):
Creating the stateless stream indices and their index templates (mappings and settings).
Creating the stateful indices and their index templates (mappings and settings).
Creating the agent index and its index template (mappings and settings).
Creating the commands index and its index template (mappings and settings).
On this issue, we will design, build and test an MVP of this plugin.
Functional requirements
The plugin's uses OpenSearch's lifecycle to initialize the features mentioned above.
The plugin includes error handling to notify the users of errors in an understandable manner.
The Wazuh Indexer will not allow indexing until it's being initialized correctly.
Implementation restrictions
We will use Java as the programming language.
The initialization plugin will be included in the Wazuh Indexer packages by default.
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 issue, we will design, build and test an MVP of this plugin.
Functional requirements
Implementation restrictions
Plan
wazuh-indexer-setup
plugin #11/* Each of the tasks above will be broken down into smaller tasks as needed, including testing and documentation.
The text was updated successfully, but these errors were encountered: