All Projects → Graylog2 → Collector Sidecar

Graylog2 / Collector Sidecar

Licence: other
Manage log collectors through Graylog

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Collector Sidecar

logspout-gelf
Logspout with GELF adapter
Stars: ✭ 16 (-92.34%)
Mutual labels:  graylog, logging
Flowgger
A fast data collector in Rust
Stars: ✭ 606 (+189.95%)
Mutual labels:  logging, graylog
Graypy
Python logging handler for Graylog that sends messages in GELF (Graylog Extended Log Format).
Stars: ✭ 211 (+0.96%)
Mutual labels:  logging, graylog
Graylog2 Server
Free and open source log management
Stars: ✭ 5,952 (+2747.85%)
Mutual labels:  logging, graylog
Pioneer Console Boilerplate
Dependency injection, logging and configuration in a .NET Core console application.
Stars: ✭ 60 (-71.29%)
Mutual labels:  logging, configuration
Quicklogger
Library for logging on files, console, memory, email, rest, eventlog, syslog, slack, telegram, redis, logstash, elasticsearch, influxdb, graylog, Sentry, Twilio, ide debug messages and throw events for Delphi/Firemonkey/freepascal/.NET (Windows/Linux/OSX/IOS/Android).
Stars: ✭ 137 (-34.45%)
Mutual labels:  logging, graylog
Poco
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
Stars: ✭ 5,762 (+2656.94%)
Mutual labels:  logging, configuration
Pygelf
Python logging handlers with GELF (Graylog Extended Log Format) support
Stars: ✭ 56 (-73.21%)
Mutual labels:  logging, graylog
Golib
Go Library [DEPRECATED]
Stars: ✭ 194 (-7.18%)
Mutual labels:  logging, configuration
Documentation
Stars: ✭ 133 (-36.36%)
Mutual labels:  logging, graylog
Graylog Ansible Role
Ansible role which installs and configures Graylog
Stars: ✭ 173 (-17.22%)
Mutual labels:  logging, graylog
Log4net.elasticsearch
log4net appender to ElasticSearch
Stars: ✭ 202 (-3.35%)
Mutual labels:  logging
Go Flagz
Dynamic flag management for Go.
Stars: ✭ 191 (-8.61%)
Mutual labels:  configuration
Logcat
Android 日志打印框架,在手机上可以直接看到 Logcat 日志啦
Stars: ✭ 189 (-9.57%)
Mutual labels:  logging
Acho
The Hackable Log
Stars: ✭ 189 (-9.57%)
Mutual labels:  logging
.tmux
🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
Stars: ✭ 15,594 (+7361.24%)
Mutual labels:  configuration
Graylog Docker
Official Graylog Docker image
Stars: ✭ 200 (-4.31%)
Mutual labels:  graylog
Knobs
A reasonable configuration library for Scala
Stars: ✭ 188 (-10.05%)
Mutual labels:  configuration
Aconfig
Simple, useful and opinionated config loader.
Stars: ✭ 187 (-10.53%)
Mutual labels:  configuration
Nestedtext
Human Readable and Writable Data Interchange Format
Stars: ✭ 187 (-10.53%)
Mutual labels:  configuration

Graylog Sidecar

Build Status 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 into your $GOPATH under src/github.com/Graylog2/collector-sidecar
  • run make to install the dependencies and build the binary for the local platform
  • run make help to see more targets
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].