Skip to content

Commit

Permalink
Typo fixes in Fedora/Alma install
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Fekete authored and Robert Fekete committed Oct 2, 2024
1 parent 43e3729 commit 6287fcb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ description = "Documentation for AxoSyslog, the scalable security data processor
name = "AxoSyslog"
abbrev = "AxoSyslog"
version = "4.8"
techversion = "4.8.0"
techversion = "4.8.1"
configversion = "4.8"
syslog-ng = "syslog-ng"
selinux = "SELinux"
Expand Down
14 changes: 7 additions & 7 deletions content/install/rhel-fedora-almalinux/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,29 @@ To install {{< product >}} on RedHat Enterprise Linux 9 or AlmaLinux 9, complete
- RHEL 9:

```shell
subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms
dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
sudo subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
```

- AlmaLinux 9:

```shell
dnf config-manager --set-enabled crb
dnf install epel-release
sudo dnf config-manager --set-enabled crb
sudo dnf install epel-release
```

1. Download and extract the release tarball for your distribution, for example, on Almalinux 9:

```shell
wget https://github.com/axoflow/axosyslog/releases/download/axosyslog-4.8.0/rpm-almalinux-9.tar.gz
tar xvzf rpm-almalinux-9.tar.gz
wget https://github.com/axoflow/axosyslog/releases/download/axosyslog-{{% param "product.techversion" %}}/rpm-almalinux-9.tar.gz
tar -xvzf rpm-almalinux-9.tar.gz
cd rpm-almalinux-9/
```

1. Install {{< product >}}:

```shell
yum install ./axosyslog-4.8.0.2*
yum install ./axosyslog-*
```

Install other packages for the modules you want to use as needed. For example, to use the gRPC-based destinations (like [loki()](https://axoflow.com/docs/axosyslog-core/chapter-destinations/destination-loki/) or [opentelemetry()](https://axoflow.com/docs/axosyslog-core/chapter-destinations/opentelemetry/)), install the `axosyslog-grpc-*` package. For HTTP-based destinations like [elasticsearch-http()](https://axoflow.com/docs/axosyslog-core/chapter-destinations/configuring-destinations-elasticsearch-http/) or [sumologic-http()](https://axoflow.com/docs/axosyslog-core/chapter-destinations/destination-sumologic-intro/), you need the `axosyslog-http-*` package.
Expand Down

0 comments on commit 6287fcb

Please sign in to comment.