Graylog2 / collector-sidecar

Manage log collectors through Graylog
https://www.graylog.org/
Other
268 stars 56 forks source link

The TGZ package lacks the same configuration templates that are in the RPM #349

Closed waynekearns closed 5 years ago

waynekearns commented 5 years ago

Problem description

The tgz deployment is useful for environments where the installer has the ability to install the package, but wants to remain outside the 'update' cycle. It is also useful for "other" or development linux installations.

Steps to reproduce the problem

  1. Download the tgz. Unpack tar -tvzf graylog-sidecar-1.0.0.tar.gz ✘ 2 drwxrwxr-x jenkins/jenkins 0 2019-02-11 07:39 ./graylog-sidecar/ drwxrwxr-x jenkins/jenkins 0 2019-02-11 07:39 ./graylog-sidecar/1.0.0/ drwxrwxr-x jenkins/jenkins 0 2019-02-11 07:39 ./graylog-sidecar/1.0.0/linux/ drwxrwxr-x jenkins/jenkins 0 2019-02-11 07:39 ./graylog-sidecar/1.0.0/linux/amd64/ -rwxrwxr-x jenkins/jenkins 7665184 2019-02-11 07:39 ./graylog-sidecar/1.0.0/linux/amd64/graylog-sidecar drwxrwxr-x jenkins/jenkins 0 2019-02-11 07:39 ./graylog-sidecar/1.0.0/linux/386/ -rwxrwxr-x jenkins/jenkins 6487520 2019-02-11 07:39 ./graylog-sidecar/1.0.0/linux/386/graylog-sidecar drwxrwxr-x jenkins/jenkins 0 2019-02-11 07:39 ./graylog-sidecar/1.0.0/windows/ drwxrwxr-x jenkins/jenkins 0 2019-02-11 07:39 ./graylog-sidecar/1.0.0/windows/amd64/ -rwxrwxr-x jenkins/jenkins 7349248 2019-02-11 07:39 ./graylog-sidecar/1.0.0/windows/amd64/graylog-sidecar.exe drwxrwxr-x jenkins/jenkins 0 2019-02-11 07:39 ./graylog-sidecar/1.0.0/windows/386/ -rwxrwxr-x jenkins/jenkins 6199296 2019-02-11 07:39 ./graylog-sidecar/1.0.0/windows/386/graylog-sidecar.exe
  2. Search for the .yml find . -iname "yml"
  3. Fail miserably. :(
  4. Use CPIO to unpack the RPM rpm2cpio graylog-sidecar-1.0.0-1.x86_64.rpm| cpio -idmv /home/wayne/GraylogWork/graylog-sidecar/etc/graylog/sidecar/sidecar.yml Experience happiness.

Environment