Collect Logs with Rsyslog
Install Rsyslog
sudo apt update sudo apt install rsyslogsudo yum install rsyslog sudo systemctl enable rsyslog sudo systemctl start rsyslog
sudo systemctl status rsyslogConfigure forwarding
sudo nano /etc/rsyslog.conf# /etc/rsyslog.conf configuration file for rsyslog # # For more information install rsyslog-doc and see # /usr/share/doc/rsyslog-doc/html/configuration/index.html # # Default logging rules can be found in /etc/rsyslog.d/50-default.conf ################# #### MODULES #### ################# *.* @@<YOUR-ASCENT-ENV>:514sudo systemctl restart rsyslog
Verify ingestion in Ascent
Last updated
Was this helpful?