Skip to content

Commit 165e771

Browse files
knethamotl
authored andcommitted
rsyslog: Implement suggestions by Kenneth
1 parent 733a732 commit 165e771

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/integrate/rsyslog/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
[Rsyslog] is a rocket-fast system for log processing.
1515

16-
It offers high-performance, advanced security features, and a modular design.
16+
It offers high performance, advanced security features, and a modular design.
1717
Originally a regular syslogd, rsyslog has evolved into a highly versatile
1818
logging solution capable of ingesting data from numerous sources,
1919
transforming it, and outputting it to a wide variety of destinations.

docs/integrate/rsyslog/tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ First, start CrateDB. For production, use a dedicated cluster. For this demo, ru
2626
sudo docker run -d --name cratedb \
2727
-p 4200:4200 -p 5432:5432 \
2828
-e CRATE_HEAP_SIZE=1g \
29-
crate:5.6.0 -Cdiscovery.type=single-node
29+
crate:latest -Cdiscovery.type=single-node
3030
```
3131

3232
Next, create a table for logs. Open `http://localhost:4200/#!/console` and run:
@@ -65,9 +65,9 @@ We will use [rsyslog](https://github.com/rsyslog/rsyslog) to send the logs to Cr
6565

6666
```bash
6767
sudo add-apt-repository -y ppa:adiscon/v8-stable
68-
sudo apt-get update -y
68+
sudo apt update -y
6969
sudo debconf-set-selections <<< 'rsyslog-pgsql rsyslog-pgsql/dbconfig-install string false'
70-
sudo apt-get install -y rsyslog rsyslog-pgsql
70+
sudo apt install -y rsyslog rsyslog-pgsql
7171
```
7272

7373
Let's now configure it to use the account we created earlier:

0 commit comments

Comments
 (0)