From dd5242ce426481f898be4f7b7562e7c46adb2ca8 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Wed, 22 Feb 2023 13:21:50 +0100 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index f66087e..b8bdbe0 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -55,7 +55,7 @@ You can configure Pandora-box in the _pandora-box.ini_ file : ## Logging -The client is the machine that sends its logs to a remote or centralized log host server. Open the rsyslog config file located at /etc/rsyslog.conf: +Open the rsyslog config file located at /etc/rsyslog.conf: sudo vi /etc/rsyslog.conf @@ -68,9 +68,9 @@ Add the following line if you are using UDP, where 192.168.12.123 is the IP addr $InputFileFacility local7 $InputFileSeverity info $InputRunFileMonitor - local3.info @@hostname:514 + local7.info @@192.168.12.123:514 -Save your changes and restart the rsyslog service on the client with the command: +Save your changes and restart the rsyslog service with the command: sudo systemctl restart rsyslog