Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Updated README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frzk committed Mar 23, 2018
1 parent d77de35 commit 7f00581
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Expand Up @@ -151,14 +151,15 @@ We strongly advise to use **rulesets** to keep your configuration clean.

In this first example, we want to setup a *loghost* that centralizes logs of several *clients*.

1) It accepts logs via the RELP protocol,
2) only over TLS,
3) on port 6514.
1. It accepts logs via the RELP protocol,
2. only over TLS,
3. on port 6514.



1) It outputs the received logs in a file,
2) that is specific for each client,
3) in RFC5424 format.
1. It outputs the received logs in a file,
2. that is specific for each client,
3. in RFC5424 format.

```yaml
---
Expand Down Expand Up @@ -218,9 +219,9 @@ rsyslog_outputs: []

In this second example, we want to setup a *client* that forwards all its logs to the previously configured *loghost*.

1) It sends logs via the RELP protocol,
2) only over TLS,
3) on port 6514.
1. It sends logs via the RELP protocol,
2. only over TLS,
3. on port 6514.

```yaml
---
Expand Down

0 comments on commit 7f00581

Please sign in to comment.