Graylog2 / collector-sidecar

Manage log collectors through Graylog
https://www.graylog.org/
Other
268 stars 56 forks source link

Handle action requests for collectors #444

Closed mpfz0r closed 1 year ago

mpfz0r commented 1 year ago

An action is retrieved per collector ID. We need to iterate over all backends for a collector and execute that action.

Notes for Reviewers