Graylog Collector Sidecar
Required Graylog version: 2.0 and later + installed graylog-plugin-collector (this plugin available in install package - folder plugins) The Graylog Collector Sidecar is a supervisor process for 3rd party log collectors like NXLog. The Sidecar program is able to fetch configurations from a Graylog server and render them as a valid configuration file for various log collectors. You can think of it like a centralized configuration management system for your log collectors. Download Graylog Collector Sidecar at https://github.com/Graylog2/collector-sidecar/releases Installation Download a package and install it on the target system. Ubuntu Install the NXLog package from the offical download page $ sudo /etc/init.d/nxlog stop $ sudo update-rc.d -f nxlog remove $ sudo gpasswd -a nxlog adm $ sudo dpkg -i collector-sidecar_0.0.8-1_amd64.deb Edit /etc/graylog/collector-sidecar/collector_sidecar.yml, you should set at least the correct URL to your Gra...