Closed AlexRuiz7 closed 1 month ago
Gradle's run
job now loads both the command manager and the opensearch-job-scheduler
plugin properly:
fede@tyner:~/IdeaProjects/wazuh-indexer-plugins (65-job-scheduler-research +)
$ curl http://localhost:9200/_cat/plugins
integTest-0 opensearch-job-scheduler 2.16.0.0-SNAPSHOT
integTest-0 wazuh-indexer-command-manager 5.0.0.0
Updated with latest changes on master
Implementation continues in #103.
Description
This PR adds a Proof of Concept of the Command Manager plugin, extending the Job Scheduler plugin.
The Job Scheduler is correctly added as a dependency of the plugin.
Issues Resolved
Closes #65