SlackBuilds Repository

15.0 > System > graylog-sidecar (1.4.0)

graylog-sidecar (is a lightweight configuration management system)

Graylog Sidecar is a lightweight configuration management system for
different log collectors, also called Backends. The Graylog node(s)
acts as a centralized hub containing the configurations of log
collectors. On supported message-producing devices/hosts, Sidecar
can run as a service (Windows host) or daemon (Linux host).

https://go2docs.graylog.org/5-0/getting_in_log_data/graylog_sidecar.html

Add this to /etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.graylog-sidecar ]; then
/etc/rc.d/rc.graylog-sidecar start
fi

Add this to /etc/rc.d/rc.local_shutdown
if [ -x /etc/rc.d/rc.graylog-sidecar ]; then
/etc/rc.d/rc.graylog-sidecar stop
fi

Maintained by: André Geraldo Vieira
Keywords: graylog,log,analyser,monitor,log analyzer,collectors
ChangeLog: graylog-sidecar

Homepage:
https://go2docs.graylog.org/5-0/getting_in_log_data/graylog_sidecar.html

Source Downloads:
collector-sidecar-1.4.0.tar.gz (a1f862c650f369ea9af68e64316fa6d1)

Download SlackBuild:
graylog-sidecar.tar.gz
graylog-sidecar.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds