Skip to content

Graylog2/collector-sidecar

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9c588ac · Jan 11, 2023
Apr 8, 2020
Jan 3, 2023
Jan 3, 2023
Jan 3, 2023
Sep 14, 2022
Jan 9, 2023
Jan 10, 2023
Jan 3, 2023
Jan 9, 2023
Jan 11, 2023
Dec 5, 2022
Dec 5, 2022
Jan 3, 2023
Mar 3, 2021
Jan 3, 2023
Oct 11, 2018
Sep 14, 2022
Nov 16, 2020
May 18, 2022
Mar 4, 2016
Jan 27, 2020
Nov 23, 2021
Dec 5, 2022
Jun 2, 2022
Nov 16, 2020
Sep 14, 2022
Sep 14, 2022
Dec 5, 2022
Jan 3, 2023
Jan 9, 2023
Oct 25, 2022
Dec 6, 2022
Dec 6, 2021

Repository files navigation

Graylog Sidecar

Go Report Card

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.

Documentation

Please check our official documentation for more information.

Installation

Please check our installation documentation for more information.

Compile

  • Clone the repository
  • Run make to install the dependencies and build the binary for the local platform
  • Run make help to see more targets