Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command manager plugin's scaffolding #56

Closed
2 of 3 tasks
Tracked by #349
AlexRuiz7 opened this issue Sep 12, 2024 · 1 comment · Fixed by #57
Closed
2 of 3 tasks
Tracked by #349

Command manager plugin's scaffolding #56

AlexRuiz7 opened this issue Sep 12, 2024 · 1 comment · Fixed by #57
Assignees
Labels
level/task Task issue type/enhancement Enhancement issue

Comments

@AlexRuiz7
Copy link
Member

AlexRuiz7 commented Sep 12, 2024

Description

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.
@AlexRuiz7 AlexRuiz7 added level/task Task issue type/enhancement Enhancement issue labels Sep 12, 2024
@AlexRuiz7 AlexRuiz7 self-assigned this Sep 12, 2024
@AlexRuiz7
Copy link
Member Author

AlexRuiz7 commented Sep 13, 2024

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.

To be done in:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue type/enhancement Enhancement issue
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant