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
Create the basic folder structure and code for the new "Command Manager" plugin.
Functional requirements
The name of the plugin is "wazuh-indexer-command-manager"
The plugins contains valid and expected metadata (version: 5.0.0.0, name, opensearch.version:2.16.0, ...)
The plugin checks for the commands index template (*)
It is probably better that the index template is created by this plugin rather by the setup-plugin, to remove it as a dependency and making its development and testing independent and easier. As a solution, we could make the setup-plugin extensible, like the Job-Scheduler.
The text was updated successfully, but these errors were encountered:
The creation of the index template and the index used by the Command Manager will be moved to this plugin to remove the dependency with the setup plugin.
Description
Create the basic folder structure and code for the new "Command Manager" plugin.
Functional requirements
The plugin checks for the commands index template (*)The text was updated successfully, but these errors were encountered: