wazuh / wazuh-indexer-plugins

GNU Affero General Public License v3.0
1 stars 3 forks source link

Add PoC extending the Job-Scheduler plugin #66

Closed AlexRuiz7 closed 1 month ago

AlexRuiz7 commented 2 months ago

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

f-galland commented 2 months 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
AlexRuiz7 commented 1 month ago

Updated with latest changes on master

AlexRuiz7 commented 1 month ago

Implementation continues in #103.