Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Graylog2/collector-sidecar
Manage log collectors through Graylog
https://github.com/Graylog2/collector-sidecar
beats collector configuration golang graylog logging nxlog
Last synced: 4 days ago
JSON representation
Manage log collectors through Graylog
- Host: GitHub
- URL: https://github.com/Graylog2/collector-sidecar
- Owner: Graylog2
- License: other
- Created: 2015-11-20T14:12:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T10:13:50.000Z (7 months ago)
- Last Synced: 2024-04-14T06:45:36.649Z (7 months ago)
- Topics: beats, collector, configuration, golang, graylog, logging, nxlog
- Language: Go
- Homepage: https://www.graylog.org/
- Size: 820 KB
- Stars: 262
- Watchers: 48
- Forks: 57
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/1.3.0/.gitkeep
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Graylog Sidecar
[![Go Report Card](https://goreportcard.com/badge/Github.com/graylog2/collector-sidecar)](https://goreportcard.com/report/github.com/Graylog2/collector-sidecar)
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](https://docs.graylog.org/docs/sidecar) for more information.
## Installation
Please check our [installation documentation](https://docs.graylog.org/docs/sidecar#installation) 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