logzio / logzio-rsyslog

Shipping logs to logz.io
Apache License 2.0
14 stars 7 forks source link

Rsyslog version #4

Open priiiiit opened 7 years ago

priiiiit commented 7 years ago

Hi!

Readme.md states that minimum required Rsyslog version is "5.8.0 and above", however I am getting the following error:

[INFO] Validate if rsyslog is configured as service
[INFO] Ensuring that a rsyslog service is running
[INFO] Validate that rsyslog version number is supported
[ERROR] Minimum rsyslog version required 7.5.3

Seems that the latest version in CentOS repositories is currently 7.4.7. Is there any nice solution to this that doesn't include getting/building rsyslog from 3rd party sources?

Edit: Seems that the issue comes from configure_mysql.sh on line 4. If mysql part of this really doesn't work with rsyslog versions below 7.5.3 then may I suggest changing the Readme.md accordingly. Though I am hoping it would work with version 7.4.7 also.