The Graylog Sidecar is a supervisor process for 3rd party log collectors like NXLog and filebeat. The Sidecar program is able to fetch and validate configuration files from a Graylog server for various log collectors. You can think of it like a centralized configuration and process management system for your log collectors.
The master branch is tracking the development version of the Sidecar.
Please check our official documentation for more information.
Please check our installation documentation for more information.
- Clone the repository
- Run
make
to install the dependencies and build the binary for the local platform - Run
make help
to see more targets