19일차


250114

elasticsearch 접속하기
SELK 서버 켜기
systemctl start elasticsearch
netstat -ant | grep 9200 -> 올라왔는지 확인
systemctl start kibana
netstat -ant | grep 5601 -> 올라왔는지 확인


dvwa의 access.log파일에 쌓여가는 로그들을 elastic으로 연결해서 보기
3대서버 설치