If #rsyslog's "AI First" strategy brings the same quality of their splendid AI generated pictures from their blog to the software we are sure in for a treat!
If #rsyslog's "AI First" strategy brings the same quality of their splendid AI generated pictures from their blog to the software we are sure in for a treat!
Ktoś tu używa #Rsyslog? Możecie chcieć rozważyć tę decyzję ponownie.
"rsyslog Goes AI First — A New Chapter Begins"
https://www.rsyslog.com/rsyslog-goes-ai-first-a-new-chapter-begins/
Anybody using #Rsyslog? You may want to reconsider.
"rsyslog Goes AI First — A New Chapter Begins"
https://www.rsyslog.com/rsyslog-goes-ai-first-a-new-chapter-begins/
How to Setup Remote Logging with #Rsyslog on #Debian #Linux 12
https://www.howtoforge.com/how-to-setup-remote-logging-with-rsyslog-on-debian-12/
@rafaelcaricio central syslog server (#rsyslog or #syslog_ng) is usually enough for my side gigs. If any interface is really needed I go and push from that central server directly to #elasticsearch and spin #kibana on top (if I already have #grafana in place, for example for metrics, I might skip Kibana entirely). Works like a charm
If anyone else wonders how to use #fail2ban on #Debian 12 without #rsyslog logging:
(Since rsyslog is not installed anymore - journalctl provides that part now):
Create a jail.local file under /etc/fail2ban/ and make sure to add "backend = systemd" to make #fail2ban use journalctl.
Example config:
[sshd]
enabled = true
backend = systemd
port = 22
maxretry = 3
findtime = 10m
bantime = 30d
ignoreip = 127.0.0.0/8
Restart #fail2ban and all will be fine
Rsyslog and Docker
Few years ago I decided to write my own hadret.rsyslog Ansible role. I had two main goals in mind while writing it — first, I wanted to have a turn-key remote logging support, and second, I [...]
Ubuntu 14.04 LTS rsyslog time travel (https://nfsec.pl/root/5843) #ubuntu #rsyslog #linux #bug_from_2015_and_we_have_2016 #twittermigration
в підготовці ведикий допис із детальною підказкою з налаштування rsyslog, — сервера й клієнтів. ще не готове, але читабельна чернетка вже є онлайн. комусь тут це взагалі цікаво?
#openSUSE Tumbleweed gets four snapshots this week and brings #rpm, #kde Plasma, #rsyslog, #systemd, #AppStream and more https://news.opensuse.org/2021/10/29/vb-plasma-systemd-update-in-tw/
I noticed my #wordpress used quite a lot cpu to handle a bot army trying to bruteforce login. So I added #wp-fail2ban, using #rsyslog to send relevant log entries to my webproxy where #fail2ban now maintain iptables blocking the bots.
Cpu load now dropped from 25% to < 2% and BF attempts has dropped from appx 800/hour to 50/hour.