Centos8 Loganalyzer 설치 완료
저렇게 세팅하고
로그인할 때 오류라면서
mysqli_connect(): (HY000/1045): Access denied for user 'user'@'localhost' (using password: YES)
- grant all PRIVILEGES on Syslog.* to user@localhost identified by '비번'; -> 이걸로 해결하거나 아니면 재 설치
loganalyzer Could not find the configured database 혹은 table name 등등 오류가 있다
nano /var/www/html/loganalyzer/config.php
해당 파일 가서 제대로 기입되어 있나 확인
정상동작 확인
<클라이언트>
<서버>
tail -f /var/log/messages
출처
https://kifarunix.com/install-and-setup-adiscon-loganalyzer-on-centos-8/
Install and Setup Adiscon LogAnalyzer on CentOS 8 - kifarunix.com
In this guide, we are going to learn how to install and Setup Adiscon LogAnalyzer on CentOS 8. Adiscon LogAnalyzer is a web interface to syslog/Rsyslog.
kifarunix.com
자세 세부 사항은
nano /etc/rsyslog.conf 여기서 한 거 같음