diff --git a/docs/gettingstarted/byoe-rhel8.md b/docs/gettingstarted/byoe-rhel8.md index 791b1f3eac..80104b895a 100644 --- a/docs/gettingstarted/byoe-rhel8.md +++ b/docs/gettingstarted/byoe-rhel8.md @@ -37,7 +37,7 @@ It is always adivisable to review the blog for the latest changes to the repo(s) ```bash dnf install 'dnf-command(copr)' -y dnf install epel-release -y -dnf copr enable czanik/syslog-ng332 -y +dnf copr enable czanik/syslog-ng334 -y dnf install syslog-ng syslog-ng-python syslog-ng-http syslog-ng-afsnmp net-snmp python3-pip gcc python3-devel -y ``` diff --git a/package/Dockerfile b/package/Dockerfile index 05e5ba5044..529cbdd6d5 100644 --- a/package/Dockerfile +++ b/package/Dockerfile @@ -24,7 +24,7 @@ RUN cd /tmp ;\ dnf install 'dnf-command(copr)' -y ;\ dnf install http://mirror.centos.org/centos/8/AppStream/x86_64/os/Packages/libnet-1.1.6-15.el8.x86_64.rpm -y; \ dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm -y ;\ - dnf copr enable czanik/syslog-ng332 -y ;\ + dnf copr enable czanik/syslog-ng334 -y ;\ dnf install tzdata curl wget nc socat syslog-ng syslog-ng-python syslog-ng-http syslog-ng-kafka syslog-ng-afsnmp python38-pip gcc python38-devel procps-ng net-tools less net-snmp -y ;\ dnf update -y ;\ dnf clean all diff --git a/package/etc/syslog-ng.conf b/package/etc/syslog-ng.conf index 77d78a10f1..621a467de1 100644 --- a/package/etc/syslog-ng.conf +++ b/package/etc/syslog-ng.conf @@ -1,4 +1,4 @@ -@version:3.31 +@version:3.34 # syslog-ng configuration file.